Skip to content

Commit

Permalink
LPS-132293 Modify macro to make it stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Cao authored and brianchandotcom committed May 17, 2021
1 parent bea86dc commit 9f46197
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -45,9 +45,9 @@ definition {
}

macro selectPermissionsFrame {
while (IsElementPresent(locator1 = "IFrame#MODAL_BODY")) {
SelectFrame(locator1 = "IFrame#MODAL_BODY");
}
SelectFrame(
key_title = "Permissions",
locator1 = "IFrame#MODAL_ANY");
}

macro selectTagFrame {
Expand Down

0 comments on commit 9f46197

Please sign in to comment.