Playwright error

Test timeout of 30000ms exceeded

This is the whole-test timeout, not a single action's. Something in the test hung or a step is genuinely slow.

Why this happens

How to fix it

  1. Raise the test-level timeout only for known-slow flows: `test.setTimeout(60000)`
  2. Otherwise, open the trace viewer's timeline to find the exact step that stalled and fix the root wait there