was the presetup configuration even used, deploy new dashboard stuff
This commit is contained in:
parent
f0ab9c6200
commit
1dea7721e5
41 changed files with 1626 additions and 1370 deletions
6
revampdashboard/e2e/demo.test.ts
Normal file
6
revampdashboard/e2e/demo.test.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("home page has expected h1", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await expect(page.locator("h1")).toBeVisible();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue