Skip to content

Commit dbfc44a

Browse files
committed
fix ci
1 parent a88e4ab commit dbfc44a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/e2e/cases/incremental/remove-optimized-module/index.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ test("remove optimized module should not panic", async ({
99
fileAction.deleteFile("comp/Button.js");
1010

1111
const overlay = page.frameLocator("#webpack-dev-server-client-overlay");
12-
await expect(
13-
overlay.getByText("ESModulesLinkingWarning: export 'Button'")
14-
).toBeVisible();
1512
await expect(
1613
overlay.getByText("Module not found: Can't resolve './Button'")
1714
).toBeVisible();

0 commit comments

Comments
 (0)