create pr gate workflow (#22)

* create pr gate workflow

* try this
This commit is contained in:
Baobeld 2024-12-19 22:53:12 -05:00 committed by GitHub
parent abc30a2a03
commit 264f6d775d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 11 deletions

View file

@ -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();
});