Skip to content

Commit

Permalink
LPS-201778 Modify case to make it stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Cao authored and brianchandotcom committed Nov 15, 2023
1 parent e1f69bb commit bf3e041
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,18 @@ definition {
PageAudit.setAPIViaSystemSettings();
}

Navigator.openWithAppendToBaseURL(urlAppend = "web/test-site-name/content-page");

task ("Open Page Audit panel and assert the progress bar") {
Navigator.openWithAppendToBaseURL(urlAppend = "web/test-site-name/content-page");

TestUtils.hardRefresh();

WaitForPageLoad();

PageAudit.openPageAuditSidebar();

Click.javaScriptClick(
key_title = "Relaunch",
locator1 = "Button#ANY_TITLE");
Click(
key_text = "reload",
locator1 = "Icon#ANY");

AssertVisible(locator1 = "PageAudit#PROGRESS_BAR");
}
Expand Down

0 comments on commit bf3e041

Please sign in to comment.