1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-20 16:50:28 -05:00

tests(e2e): Mask user heatmap in screenshots

It depends on both relative activity and date the test is run on
This commit is contained in:
Otto Richter 2025-01-15 15:30:41 +01:00
parent f7ba8f0e41
commit e7299eb0fb

View file

@ -119,6 +119,7 @@ export async function save_visual(page: Page) {
// update order of recently created repos is not fully deterministic
page.locator('.flex-item-main').filter({hasText: 'relative time in repo'}),
page.locator('#activity-feed'),
page.locator('#user-heatmap'),
// dynamic IDs in fixed-size inputs
page.locator('input[value*="dyn-id-"]'),
],