Fix some flaky percy behavior (#7756)

* update imagery to be static

* bump versions

* doesn't do anything

* does this do anything

* undo only

* update the hardcoded urls

* add ignore CI logs push

* downgrade to test

* update the package lock

* Add some more noise reduction

* move to elements tab so that there is no time-based component

* stability
This commit is contained in:
John Hill
2024-06-24 22:08:01 -07:00
committed by GitHub
parent 554f77c42f
commit 448750ca59
7 changed files with 295 additions and 270 deletions

View File

@ -110,6 +110,7 @@ test.describe('Visual - Display Layout @clock', () => {
});
await page.getByLabel('Expand Inspect Pane').click();
await page.getByLabel('Resize Inspect Pane').dragTo(page.getByLabel('X:'));
await page.getByRole('tab', { name: 'Elements' }).click();
await percySnapshot(page, `Toolbar does not overflow into inspector (theme: '${theme}')`);
});
});