shortest icon indicating copy to clipboard operation
shortest copied to clipboard

Bug: timeout on basic example

Open elie222 opened this issue 2 months ago • 2 comments

Set a super basic example in my repo:

import { shortest } from "@antiwork/shortest";

shortest("Verify that the user can access the / page");

But would get this each time:

📄 login.test.ts

Test Execution Error: page.waitForLoadState: Timeout 30000ms exceeded.
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

 Tests    0 passed (0)
 Duration   33.35s
 Start at   12:42:56 PM

On a Next.js project. Followed the set up steps.

elie222 avatar Dec 27 '24 15:12 elie222