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
|
@ -42,5 +42,5 @@ test('Explore view taborder', async ({page}) => {
|
|||
break;
|
||||
}
|
||||
}
|
||||
await expect(res).toBe(exp);
|
||||
expect(res).toBe(exp);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue