Skip to content

Commit 55684f8

Browse files
committed
Update chromatic test to use "Go to review"
#10132
1 parent 8f3893f commit 55684f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/src/v2-events/features/events/actions/correct/request/FormFieldParentChildReset.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ export const FormFieldParentChildReset: Story = {
341341
await userEvent.type(canvas.getByTestId('text__recommender____age'), '36')
342342
})
343343

344-
await step('Go back to review', async () => {
344+
await step('Go to review', async () => {
345345
await userEvent.click(
346-
canvas.getByRole('button', { name: 'Back to review' })
346+
canvas.getByRole('button', { name: 'Go to review' })
347347
)
348348

349349
await expect(

0 commit comments

Comments
 (0)