test: fail on unhandled JS exceptions

This commit is contained in:
Solomon Victorino 2024-08-14 15:34:36 -06:00
parent ad92ede00a
commit 750deb9367
15 changed files with 47 additions and 29 deletions

View file

@ -1,5 +1,6 @@
// @ts-check
import {test, expect} from '@playwright/test';
import {expect} from '@playwright/test';
import {test} from './utils_e2e.js';
test('markup with #xyz-mode-only', async ({page}) => {
const response = await page.goto('/user2/repo1/issues/1');