shortest
shortest copied to clipboard
Bug: timeout on basic example
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.