Skip to content

Commit

Permalink
chore(test) add warning page test WD-9460
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Mar 14, 2024
1 parent c2cc226 commit 8eae6f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/warnings.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "./fixtures/lxd-test";

test("view warnings page", async ({ page }) => {
await page.goto("/ui/");
await page.getByTitle("Warnings").click();
await page.getByText("Last message").click();
});

0 comments on commit 8eae6f2

Please sign in to comment.