mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
[e2e] Update remaining tests and add missing comparison coverage (#7363)
This commit is contained in:
@ -89,6 +89,9 @@ test.describe('Visual - Tree Pane', () => {
|
||||
await expandTreePaneItemByName(page, bar.name);
|
||||
await expandTreePaneItemByName(page, baz.name);
|
||||
|
||||
// eslint-disable-next-line playwright/no-wait-for-timeout
|
||||
await page.waitForTimeout(1 * 1000); //https://github.com/nasa/openmct/issues/7059
|
||||
|
||||
await percySnapshot(page, `Tree Pane w/ multiple levels expanded (theme: ${theme})`, {
|
||||
scope: treePane
|
||||
});
|
||||
|
Reference in New Issue
Block a user