snapify-authentik/tests/000-landing.spec.ts
2023-04-19 01:32:51 +02:00

12 lines
418 B
TypeScript

import { test, expect } from "@playwright/test";
// test.describe("landing", () => {
// test("should show logged in state on landing page", async ({ page }) => {
// await page.goto("http://localhost:3000/");
// await expect(
// page.locator(
// "div.flex.flex-col.items-center.gap-2 > div > p > span:nth-child(1)"
// )
// ).toContainText("Logged in as E2E Account");
// });
// });