mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 12:22:11 +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,7 +1,8 @@
|
|||
// @ts-check
|
||||
// document is a global in evaluate, so it's safe to ignore here
|
||||
// eslint playwright/no-conditional-in-test: 0
|
||||
import {test, expect} from '@playwright/test';
|
||||
import {expect} from '@playwright/test';
|
||||
import {test} from './utils_e2e.js';
|
||||
|
||||
test('Explore view taborder', async ({page}) => {
|
||||
await page.goto('/explore/repos');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue