From 79282fffb36d60ada0665beac8f9f2347dde229c Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Thu, 24 Oct 2024 12:15:17 +0200 Subject: [PATCH] :globe_with_meridians: Update story after translations update --- src/components/IntroductionPage/IntroductionPage.stories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/IntroductionPage/IntroductionPage.stories.js b/src/components/IntroductionPage/IntroductionPage.stories.js index 1df91fcc2..1fb5ad3d4 100644 --- a/src/components/IntroductionPage/IntroductionPage.stories.js +++ b/src/components/IntroductionPage/IntroductionPage.stories.js @@ -57,7 +57,7 @@ export const IntroductionPageWithInitialDataReference = { }, play: async ({canvasElement}) => { const canvas = within(canvasElement); - const continueLink = canvas.getByRole('link', {name: 'Continue'}); + const continueLink = canvas.getByRole('link', {name: 'Doorgaan'}); await expect(continueLink).toHaveAttribute('href', '/startpagina?initial_data_reference=1234'); }, };