diff --git a/tests/resources/Harbor-Pages/Replication.robot b/tests/resources/Harbor-Pages/Replication.robot index e5f27c98e4..73ca41d40d 100644 --- a/tests/resources/Harbor-Pages/Replication.robot +++ b/tests/resources/Harbor-Pages/Replication.robot @@ -141,6 +141,17 @@ Delete Rule Wait Until Page Contains Element ${dialog_close} Click Element ${dialog_close} +Filter Rule + [Arguments] ${rule} + Click Element ${rule_filter_search} + Input Text ${rule_filter_input} ${rule} + Sleep 1 + +Select Rule + [Arguments] ${rule} + Sleep 1 + Click Element //clr-dg-row[contains(.,'${rule}')]//label + Stop Jobs Click Element ${stop_jobs_button} diff --git a/tests/robot-cases/Group11-Nightly/Replication.robot b/tests/robot-cases/Group11-Nightly/Replication.robot index ca8fb6f2f8..626a56f475 100644 --- a/tests/robot-cases/Group11-Nightly/Replication.robot +++ b/tests/robot-cases/Group11-Nightly/Replication.robot @@ -144,8 +144,10 @@ Test Case - Proj Replication Jobs Log View Create A New Endpoint edp${d} aaa ${HARBOR_ADMIN} ${HARBOR_PASSWORD} Switch To Replication Manage Create A Rule With Existing Endpoint rule${d} project${d} edp${d} Immediate + Filter Rule rule${d} + Select Rule rule${d} Wait Until Page Contains transfer -# Stop Jobs #temp disable -# Wait Until Page Contains stopped + Stop Jobs #temp disable + Wait Until Page Contains stopped View Job Log busybox Close Browser