Docs
Troubleshooting

Troubleshooting

Common issues and how to fix them when generating or running tests.

Tests fail due to changing selectors

Run once in Fume Cloud to allow self‑healing to update selectors. Re‑run locally/CI after updates are applied.

Recording doesn't capture the right intent

Keep your Loom concise (30–90s). Narrate the goal and expected outcome. Avoid unrelated clicks.

Flaky network‑bound steps

Use built‑in waits and retries; avoid fixed timeouts. Ensure test data is deterministic.

Auth keeps expiring in CI

Use environment‑specific accounts and stable seeds. Prefer password/OAuth flows suitable for headless runs.

Add links to example Playwright auth setup and storage state reuse.