mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-17 07:22:42 +00:00
test: fail on unhandled JS exceptions
This commit is contained in:
parent
ad92ede00a
commit
750deb9367
15 changed files with 47 additions and 29 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue