Skip to content

Commit 737a175

Browse files
committed
annot, not tag
1 parent 709eaeb commit 737a175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright-test/reporter-html.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ test('should support sorting by duration', async ({ runInlineTest, showReport, p
33053305
- link "very fast test"
33063306
`);
33073307

3308-
await searchInput.fill('o:duration !@slow');
3308+
await searchInput.fill('o:duration !annot:slow');
33093309
await expect(page.getByRole('link', { name: 'known slow' })).not.toBeVisible();
33103310

33113311
await searchInput.fill('!o:duration');

0 commit comments

Comments
 (0)