Skip to content

Commit

Permalink
Merge pull request #10756 from wellcomecollection/guide-link-text
Browse files Browse the repository at this point in the history
update link text in test
  • Loading branch information
gestchild authored Mar 26, 2024
2 parents 66adcc3 + 25bf38b commit 5d939d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/test/visual-stories.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test('A visual story with a related document provides navigation between them bo

// Find "Visual Story" block and confirm the URL structure is correct
const visualStoryBlock = page.getByRole('link', {
name: 'Visual story Explore information to help you plan and prepare for your visit',
name: 'Visual story Information to help you plan and prepare for your visit',
exact: true,
});
await expect(visualStoryBlock).toBeVisible();
Expand Down

0 comments on commit 5d939d1

Please sign in to comment.