diff --git a/test/e2e/specs/status-page.spec.js b/test/e2e/specs/status-page.spec.js index ccd6dcaa8..cd3a82f69 100644 --- a/test/e2e/specs/status-page.spec.js +++ b/test/e2e/specs/status-page.spec.js @@ -87,7 +87,7 @@ test.describe("Status Page", () => { return element && element.textContent === expectedText; }, descriptionText, - { timeout: 7000 } + { timeout: 7000 } ); await expect(page.getByTestId("description-editable")).toHaveText(descriptionText); @@ -98,10 +98,9 @@ test.describe("Status Page", () => { return element && element.textContent === expectedText; }, footerText, - { timeout: 7000 } + { timeout: 7000 } ); await expect(page.getByTestId("custom-footer-editable")).toHaveText(footerText); - // Add an incident await page.getByTestId("create-incident-button").click(); await page.getByTestId("incident-title").isEditable();