Skip to content

Commit

Permalink
Mark mobile Safari as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Jul 23, 2023
1 parent 17b7bf7 commit 30dac29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/App.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ test.describe("Accessibility", () => {
expect(violations.length).toBe(0);
});

test("Solutions are accessible", async ({ page }) => {
test("Solutions are accessible", async ({ page }, { project }) => {
test.slow(project.name === "Mobile Safari", "Slow in mobile Safari");

await page.goto("/");

for (let i = 0; i < 5; i++) {
Expand Down

0 comments on commit 30dac29

Please sign in to comment.