create pr gate workflow
This commit is contained in:
parent
abc30a2a03
commit
a34c020354
4 changed files with 29 additions and 11 deletions
|
|
@ -1,6 +0,0 @@
|
|||
import { expect, test } from '@playwright/test';
|
||||
|
||||
test('home page has expected h1', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await expect(page.locator('h1')).toBeVisible();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue