We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86ee3e commit 5b3dd63Copy full SHA for 5b3dd63
tests/project-bootstrap.spec.ts
@@ -74,7 +74,7 @@ test("Project bootstrap works", async ({ page, baseURL }) => {
74
await page.locator(`div[role="button"]:has-text("")`).click();
75
76
// Click text=Evaluation
77
- await page.locator("text=Evaluation").click();
+ await page.locator(`li:has-text("Evaluation")`).click();
78
79
// Uncheck input[name="isPrivate"]
80
await page.locator(`input[name="isPrivate"]`).uncheck();
0 commit comments