Skip to content

Commit

Permalink
add sleep buffer to uss test
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Aug 12, 2024
1 parent c57b5c4 commit 1e5bdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sanity/test/e2e/test-04-uss-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ describe(`test ${APP_TO_TEST}`, function() {
// save screenshot
await saveScreenshotWithIframeAppContext(this, driver, testName, 'file-list-loaded', APP_TO_TEST, MVD_IFRAME_APP_CONTEXT);
treeContent = await waitUntilElement(driver, MVD_EXPLORER_TREE_SECTION);
await driver.sleep(3000); // buffer sleep time; tree content appeared but wasn't done populating

// load children of DIR_TO_TEST
const items = await getElements(treeContent, 'ul li');
Expand Down

0 comments on commit 1e5bdde

Please sign in to comment.