Skip to content

Commit

Permalink
Update replication rule filter label xpath (#19895)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
  • Loading branch information
YangJiao0817 authored and Shengwen Yu committed Jan 24, 2024
1 parent f5b8647 commit f77d597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/Harbor-Pages/Replication_Elements.robot
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ${replication_mode_radio_pull} //clr-main-container//hbr-create-edit-rule//labe
${filter_name_id} //input[@id='filter_name']
${filter_tag_model_select} //div[@class='filterSelect ng-star-inserted'][2]//select
${filter_tag_id} //input[@id='filter_tag']
${filter_label_xpath} //form//clr-dropdown[contains(@class,'dropdown')]
${filter_label_xpath} //form//clr-dropdown[contains(@class,'dropdown')]//clr-icon
${filter_label_model_select} //div[@class='filterSelect ng-star-inserted'][3]//select
${rule_resource_selector} //*[@id='select_resource']
${trigger_mode_selector} //*[@id='ruleTrigger']
Expand Down

0 comments on commit f77d597

Please sign in to comment.