diff --git a/tests/resources/Harbor-Pages/Project-Retag_Elements.robot b/tests/resources/Harbor-Pages/Project-Retag_Elements.robot index 230e4a58c..c8ff803d9 100644 --- a/tests/resources/Harbor-Pages/Project-Retag_Elements.robot +++ b/tests/resources/Harbor-Pages/Project-Retag_Elements.robot @@ -11,4 +11,5 @@ ${confirm_btn} //button[contains(.,'CONFIRM')] ${target_image_name} target-alpine ${target_tag_value} 3.2.10-target ${tag_value_xpath} //clr-dg-row[contains(.,'${target_tag_value}')] -${image_tag} 3.2.10-alpine \ No newline at end of file +${image_tag} 3.2.10-alpine +${modal-dialog} div.modal-dialog \ No newline at end of file diff --git a/tests/robot-cases/Group1-Nightly/Common.robot b/tests/robot-cases/Group1-Nightly/Common.robot index 8a407a905..343fd399e 100644 --- a/tests/robot-cases/Group1-Nightly/Common.robot +++ b/tests/robot-cases/Group1-Nightly/Common.robot @@ -713,6 +713,7 @@ Test Case - Retag A Image Tag Go Into Repo project${random_num1}/redis Retag Image ${image_tag} project${random_num2} ${target_image_name} ${target_tag_value} + Wait Until Element Is Not Visible css=${modal-dialog} Back To projects Go Into Project project${random_num2} Sleep 1