Skip to content

Commit e7299eb

Browse files
committed
tests(e2e): Mask user heatmap in screenshots
It depends on both relative activity and date the test is run on
1 parent f7ba8f0 commit e7299eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/utils_e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export async function save_visual(page: Page) {
119119
// update order of recently created repos is not fully deterministic
120120
page.locator('.flex-item-main').filter({hasText: 'relative time in repo'}),
121121
page.locator('#activity-feed'),
122+
page.locator('#user-heatmap'),
122123
// dynamic IDs in fixed-size inputs
123124
page.locator('input[value*="dyn-id-"]'),
124125
],

0 commit comments

Comments
 (0)