Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Jan 16, 2025
1 parent 4d5cbb9 commit 2fa4fe7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ describe('ContentUpdatesForm helpers', () => {
},
{
value: ACTIONS.FIND,
label: <FormattedMessage id="ui-bulk-edit.actions.findFullField" />,
label: <FormattedMessage id="ui-bulk-edit.actions.find" />,
disabled: false,
},
{
Expand Down Expand Up @@ -712,7 +712,7 @@ describe('ContentUpdatesForm helpers', () => {
},
{
value: ACTIONS.FIND,
label: <FormattedMessage id="ui-bulk-edit.actions.findFullField" />,
label: <FormattedMessage id="ui-bulk-edit.actions.find" />,
disabled: false,
},
{
Expand Down Expand Up @@ -817,7 +817,7 @@ describe('ContentUpdatesForm helpers', () => {
},
{
value: ACTIONS.FIND,
label: <FormattedMessage id="ui-bulk-edit.actions.findFullField" />,
label: <FormattedMessage id="ui-bulk-edit.actions.find" />,
disabled: false,
},
{
Expand Down Expand Up @@ -861,7 +861,7 @@ describe('ContentUpdatesForm helpers', () => {
},
{
value: ACTIONS.FIND,
label: <FormattedMessage id="ui-bulk-edit.actions.findFullField" />,
label: <FormattedMessage id="ui-bulk-edit.actions.find" />,
disabled: false,
},
{
Expand Down Expand Up @@ -1036,7 +1036,7 @@ describe('ContentUpdatesForm helpers', () => {
},
{
value: ACTIONS.FIND,
label: <FormattedMessage id="ui-bulk-edit.actions.findFullField" />,
label: <FormattedMessage id="ui-bulk-edit.actions.find" />,
disabled: false,
},
{
Expand Down

0 comments on commit 2fa4fe7

Please sign in to comment.