We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ba8f0 commit e7299ebCopy full SHA for e7299eb
tests/e2e/utils_e2e.ts
@@ -119,6 +119,7 @@ export async function save_visual(page: Page) {
119
// update order of recently created repos is not fully deterministic
120
page.locator('.flex-item-main').filter({hasText: 'relative time in repo'}),
121
page.locator('#activity-feed'),
122
+ page.locator('#user-heatmap'),
123
// dynamic IDs in fixed-size inputs
124
page.locator('input[value*="dyn-id-"]'),
125
],
0 commit comments