Skip to content

Commit 89691bf

Browse files
kossnocorpp0deje
authored andcommitted
chore(tests): re-enable a waiter test
1 parent 30bea2d commit 89691bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/typescript/tests/system/waiter.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ describe("Waiter script", () => {
1414
};
1515
});
1616

17-
// TODO: Figure out why this test it so flaky on CI and fix it.
18-
it.skip("waiting for loading content", async ({ expect, setup }) => {
17+
it("waiting for loading content", async ({ expect, setup }) => {
1918
const { al, $ } = await setup();
2019
await $.navigate("https://the-internet.herokuapp.com/dynamic_content");
2120
const totalImages = await al.get("the total number of profile images");

0 commit comments

Comments
 (0)