This commit is contained in:
6
tests/test-1.spec.ts
Normal file
6
tests/test-1.spec.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('test', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await expect(page.getByRole('link', { name: '中文-页面.page.vue' })).toBeVisible();
|
||||
});
|
Reference in New Issue
Block a user