let's see if this works
This commit is contained in:
parent
88afb77abf
commit
c2da2a8058
5 changed files with 10 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("home page has expected h1", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await page.goto("/new");
|
||||
await expect(page.locator("h1")).toBeVisible();
|
||||
});
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities'
|
||||
@import 'tailwindcss/utilities';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue