Skip to content

Commit df908ef

Browse files
committed
more tweaks
1 parent 7211748 commit df908ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class PrivacyStatsPage {
4141
*/
4242
async hasRows(count) {
4343
const rows = this.rows();
44-
expect(await rows.count()).toBe(count);
44+
await expect(rows).toHaveCount(count);
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)