mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
Update status-page.spec.js
fixed linter errors
This commit is contained in:
parent
12b5ca5750
commit
40e9f297e7
1 changed files with 2 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue