Skip to content

Commit

Permalink
LPS-156127 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrocha68 authored and brianchandotcom committed Jun 15, 2022
1 parent 6669601 commit eb3d5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -39,12 +39,11 @@ definition {

Site.openSitesAdmin();

while (IsElementNotPresent(locator1 = "Sites#SITE_TABLE_NAME", key_siteName = "${siteName}")) {
while (IsElementNotPresent(key_siteName = "${siteName}", locator1 = "Sites#SITE_TABLE_NAME")) {
Refresh();

WaitForPageLoad();
}

}

macro dismissAlert {
Expand Down
Expand Up @@ -44,7 +44,7 @@ definition {

Site.openSitesAdmin();

while (IsElementNotPresent(locator1 = "Sites#SITE_TABLE_NAME", key_siteName = "Raylife")) {
while (IsElementNotPresent(key_siteName = "Raylife", locator1 = "Sites#SITE_TABLE_NAME")) {
Refresh();

WaitForPageLoad();
Expand Down

0 comments on commit eb3d5a3

Please sign in to comment.