create pr gate workflow

This commit is contained in:
Benjamin Palko 2024-12-19 22:49:03 -05:00
parent abc30a2a03
commit a34c020354
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();
});