Skip to content

Commit a3f9b7e

Browse files
committed
wait before delivering data
1 parent 9ceb72b commit a3f9b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

special-pages/pages/new-tab/app/privacy-stats/integration-tests/privacy-stats.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ test.describe('newtab privacy stats', () => {
9595
const psp = new PrivacyStatsPage(page, ntp);
9696
await ntp.reducedMotion();
9797
await ntp.openPage({ additional: { stats: 'none' } });
98+
await page.getByText('Tracking protections active').waitFor();
9899

99100
await psp.receiveData({
100101
totalCount: 2,

0 commit comments

Comments
 (0)