Skip to content

Commit

Permalink
🌐 Update story after translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 24, 2024
1 parent e462d11 commit 79282ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
},
};

0 comments on commit 79282ff

Please sign in to comment.