fix: remove nested .git folders, re-add as normal directories
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("app root renders visible content", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await expect(page.locator("body")).toBeVisible();
|
||||
await expect(page.locator("body")).not.toHaveText(/^\s*$/);
|
||||
});
|
||||
Reference in New Issue
Block a user