Skip to content

Commit 00b25ba

Browse files
committed
Fix integration test
1 parent a73ea6a commit 00b25ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

special-pages/pages/new-tab/app/protections/integrations-tests/protections.page.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ export class ProtectionsPage {
5656
await expect(heading).toMatchAriaSnapshot(`
5757
- img "Privacy Shield"
5858
- heading "Raport ochrony" [level=2]
59-
- button:
60-
- img
6159
- button "Ukryj ostatnią aktywność" [expanded] [pressed]:
6260
- img
63-
- heading /\\d+ {count} – tyle prób śledzenia zablokowano/ [level=3]
61+
- heading /\\d+ – tyle prób śledzenia zablokowano/ [level=3]
62+
- paragraph: Ostatnie 7 dni
6463
`);
6564
}
6665

0 commit comments

Comments
 (0)