next preview UAT fixture (javascript)
This commit is contained in:
6
tests/home.spec.ts
Normal file
6
tests/home.spec.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('home page shows the marker', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await expect(page.getByText('UAT_MARKER_JS')).toBeVisible();
|
||||
});
|
||||
Reference in New Issue
Block a user