Skip to content

Commit

Permalink
use our own axe-test to ignore topbar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoenfeldt committed Sep 14, 2023
1 parent df55680 commit c2588b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/e2e/tests/home.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, expect } from "@playwright/test";
import { test, expect } from "../fixtures/axe-test";
import { changeLanguage, uploadPhoto } from "./helpers";
import AxeBuilder from "@axe-core/playwright";

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/photo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, expect } from "@playwright/test";
import { test, expect } from "../fixtures/axe-test";
import { changeLanguage, uploadPhoto } from "./helpers";
import AxeBuilder from "@axe-core/playwright";

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/search.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, expect } from "@playwright/test";
import { test, expect } from "../fixtures/axe-test";
import { changeLanguage, uploadPhoto } from "./helpers";
import AxeBuilder from "@axe-core/playwright";

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/user.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, expect } from "@playwright/test";
import { test, expect } from "../fixtures/axe-test";
import { userFixture } from "./helpers";
import AxeBuilder from "@axe-core/playwright";

Expand Down

0 comments on commit c2588b8

Please sign in to comment.