docs(cli): clarify generated locator page state - #42791
Devin Rousso (dcrousso) wants to merge 1 commit into
Conversation
generated locators can become ambiguous when page state changes or replays leave duplicate test data explain how to restore the intended state and handle strict mode violations without hiding ambiguity with `.first()`
Test results for "MCP"2 failed 8690 passed, 1474 skipped Merge workflow run. |
|
Hi, I'm the Playwright bot and I took a look at the failing CI runs here. 🟢 Both failures are pre-existing noise — this PR is clearThis PR touches one markdown file ( DetailsPre-existing flake
Infra
Both should go green on a rerun. Triaged by the Playwright bot - agent run |
generated locators can become ambiguous when page state changes or replays leave duplicate test data
explain how to restore the intended state and handle strict mode violations without hiding ambiguity with
.first()fixes #42790