chore: add extra playwright rules

This commit is contained in:
Gusted 2024-10-23 16:22:25 +02:00
parent cdbbdacb7d
commit 94e4f8648b
17 changed files with 34 additions and 32 deletions

View file

@ -42,5 +42,5 @@ test('Explore view taborder', async ({page}) => {
break;
}
}
await expect(res).toBe(exp);
expect(res).toBe(exp);
});