Skip to content

Commit

Permalink
test: update screenshots, test urls
Browse files Browse the repository at this point in the history
  • Loading branch information
babslgam committed Dec 19, 2024
1 parent 8bbd275 commit 62d729e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions e2e/tests/app/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ test.describe("app", () => {
await expect(aboutLink).not.toHaveAttribute("aria-current", "page");

await aboutLink.click();
await page.waitForURL("**/about");
await page.waitForURL("**/about-the-project");

await expect(homeLink).not.toHaveAttribute("aria-current", "page");
await expect(aboutLink).toHaveAttribute("aria-current", "page");
Expand Down Expand Up @@ -200,7 +200,7 @@ test.describe("app", () => {
await expect(aboutLink).not.toHaveAttribute("aria-current", "page");

await aboutLink.click();
await page.waitForURL("**/about");
await page.waitForURL("**/about-the-project");

await indexPage.page.getByRole("navigation").getByRole("button").click();

Expand Down

0 comments on commit 62d729e

Please sign in to comment.