forked from kevadesu/forgejo
chore: add extra playwright rules
This commit is contained in:
parent
cdbbdacb7d
commit
94e4f8648b
17 changed files with 34 additions and 32 deletions
|
@ -15,7 +15,7 @@ test('Correct link and tooltip', async ({browser}, workerInfo) => {
|
|||
const context = await load_logged_in_context(browser, workerInfo, 'user2');
|
||||
const page = await context.newPage();
|
||||
const response = await page.goto('/?repo-search-query=test_workflows');
|
||||
await expect(response?.status()).toBe(200);
|
||||
expect(response?.status()).toBe(200);
|
||||
|
||||
await page.waitForLoadState('networkidle');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue