Merged in chore/partner-sas-test-setup (pull request #2484)
chore: Test setup in partner-web * Add playwright * Add vitest setup Approved-by: Linus Flood
This commit is contained in:
7
apps/partner-sas/tests/dummy.spec.ts
Normal file
7
apps/partner-sas/tests/dummy.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from "@playwright/test"
|
||||
|
||||
test("has text", async ({ page }) => {
|
||||
await page.goto("/")
|
||||
|
||||
await expect(page.getByText(/hello world/i)).toBeVisible()
|
||||
})
|
||||
Reference in New Issue
Block a user