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:
parent
f7ba8f0e41
commit
e7299eb0fb
1 changed files with 1 additions and 0 deletions
|
@ -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-"]'),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue