Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Sep 3, 2023
1 parent d9fb39b commit 959419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nye-julianjark.no/tests/i-dag-lærte-jeg.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ test("i dag lærte jeg", async ({ page }) => {

await entryLink.click();

await expect(page).toHaveTitle(new RegExp(entryTitle));
await expect(page.getByRole("heading", { level: 1 })).toContainText(
entryTitle,
);
await expect(page).toHaveTitle(new RegExp(entryTitle));
});

0 comments on commit 959419b

Please sign in to comment.