We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bea2d commit 89691bfCopy full SHA for 89691bf
1 file changed
packages/typescript/tests/system/waiter.test.ts
@@ -14,8 +14,7 @@ describe("Waiter script", () => {
14
};
15
});
16
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 }) => {
+ it("waiting for loading content", async ({ expect, setup }) => {
19
const { al, $ } = await setup();
20
await $.navigate("https://the-internet.herokuapp.com/dynamic_content");
21
const totalImages = await al.get("the total number of profile images");
0 commit comments