diff --git a/yaml-examples/triage-fixtures/01-spec-drift.test.yaml b/yaml-examples/triage-fixtures/01-spec-drift.test.yaml index 5a46d41..29ed63c 100644 --- a/yaml-examples/triage-fixtures/01-spec-drift.test.yaml +++ b/yaml-examples/triage-fixtures/01-spec-drift.test.yaml @@ -27,5 +27,5 @@ statements: - URL: /testing/failure-analysis/renamed-elements.html # Stale: the button carries id `createReport` and reads "Create Report" now. - - VERIFY: The "Generate Report" button is visible on the dashboard - js: "await expect(page.locator('#generateReport')).toBeVisible({ timeout: 3000 })" + - VERIFY: The "Create Report" button is visible on the dashboard + js: "await expect(page.locator('#createReport')).toBeVisible({ timeout: 3000 })"