mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
parent
e4e562cac5
commit
b12ede48fc
@ -64,6 +64,6 @@ test('should toggle filters', async ({ page, mount }) => {
|
||||
await expect(page).toHaveURL(/#\?q=s:flaky/);
|
||||
await component.locator('a', { hasText: 'Skipped' }).click();
|
||||
await expect(page).toHaveURL(/#\?q=s:skipped/);
|
||||
await component.getByRole('searchbox').fill('annot:annotation type=annotation description');
|
||||
await component.getByRole('textbox').fill('annot:annotation type=annotation description');
|
||||
expect(filters).toEqual(['', 's:passed', 's:failed', 's:flaky', 's:skipped', 'annot:annotation type=annotation description']);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user