Skip to content

Commit

Permalink
fix(e2e): test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Nov 29, 2024
1 parent deb5200 commit ce277e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/disposing/disposing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test('no error when dispose a unit', async ({ page }) => {
errored = true;
});

await page.goto('http://localhost:3000/sheets/');
await page.goto('http://localhost:3000/sheets/', { waitUntil: 'networkidle' });
await page.evaluate(() => window.E2EControllerAPI.loadAndRelease(1));
await page.evaluate(() => window.E2EControllerAPI.loadAndRelease(2));

Expand Down

0 comments on commit ce277e3

Please sign in to comment.