mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
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:
@ -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}')`);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user