Scaffold demo-gen-0 Next.js showcase
This commit is contained in:
7
tests/tour.spec.ts
Normal file
7
tests/tour.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('landing renders tour CTA', async ({ page }) => {
|
||||
await page.goto('http://localhost:3000');
|
||||
await expect(page.getByText('Demo Showcase')).toBeVisible();
|
||||
await expect(page.getByText('Tour the Core UI + Operator')).toBeVisible();
|
||||
});
|
||||
Reference in New Issue
Block a user