Skip to content

Commit

Permalink
LPS-201429 Modify macro to adapt new markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Cao authored and brianchandotcom committed Nov 13, 2023
1 parent 2255812 commit 3eaeb18
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ definition {

@summary = "Default summary"
macro setPreferredStrategy(key_preferredStrategy = null) {
Click(locator1 = "Dropdown#TRIGGER");
Click(
key_fieldLabel = "Preferred Strategy",
locator1 = "Dropdown#COMBOBOX_WITH_LABEL");

DropdownMenuItem.click(menuItem = ${key_preferredStrategy});
}
Expand Down

0 comments on commit 3eaeb18

Please sign in to comment.