Update status-page.spec.js

fixed linter errors
This commit is contained in:
grvwy 2025-05-20 23:51:38 +02:00
parent 12b5ca5750
commit 40e9f297e7

View file

@ -101,7 +101,6 @@ test.describe("Status Page", () => {
{ 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();