Skip to content

Commit

Permalink
LPS-138584 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 Sep 6, 2021
1 parent a01d54c commit 4bc11e1
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -101,7 +101,9 @@ definition {
}

macro clickSelect {
Button.click(button = "Select");
Click.javaScriptClick(
key_text = "Select",
locator1 = "Button#ANY");
}

macro clickShare {
Expand Down

0 comments on commit 4bc11e1

Please sign in to comment.