Skip to content

Commit f1c927d

Browse files
committed
test: remove rogue poke
1 parent bf93bb7 commit f1c927d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration/css-lazy-loading-test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ test("should preserve the CSS from the lazy loaded component even when it's in t
166166
await expect(page.getByText("Loading...")).toHaveCount(0);
167167
expect(await page.getByTestId("icon").all()).toHaveLength(2);
168168

169-
await app.poke(60);
170-
171169
await app.clickLink("/company/publishers");
172170

173171
expect(await page.getByTestId("icon").all()).toHaveLength(1);

0 commit comments

Comments
 (0)