Skip to content

Commit

Permalink
Attempt to address flaky test by increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Dec 4, 2024
1 parent a894cf9 commit 4a63f93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ test("Check that the nested element in the first element has styles assigned", a
expect(styles[0]).toEqual("rgb(43, 43, 43)");
});
test("Check that all elements have styles assigned", async ({ page }) => {
test.slow();
await page.goto("/fast-style");

const cards = page.locator("fast-card");
Expand Down

0 comments on commit 4a63f93

Please sign in to comment.