Skip to content

Commit

Permalink
chore: fix e2e share fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 8, 2024
1 parent 53665d8 commit 3d457b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/nextjs/tests-e2e/tests/sharing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const checkPage = async (page: Page) => {
await expect(banner).toContainText("Please check content carefully");

const keyStageSubjectTitle = page.getByTestId("key-stage-subject");
await expect(keyStageSubjectTitle).toContainText("Key Stage 4");
await expect(keyStageSubjectTitle).toContainText("Computing");
await expect(keyStageSubjectTitle).toContainText("Key stage 4 • Computing");

await expect(page.locator("h1")).toContainText("Software Testing Techniques");

Expand Down

0 comments on commit 3d457b4

Please sign in to comment.