From 7b7f7a920a222cc998242ec13c456372c9d8689a Mon Sep 17 00:00:00 2001 From: danfengliu Date: Wed, 22 May 2019 14:06:07 +0800 Subject: [PATCH] Nightly test case user-view-logs failed several times, after debugging, the reason is checking too fast although the operation has not finsished, so I add a checking for end of the operation. (#7858) Signed-off-by: danfengliu --- tests/resources/Harbor-Pages/Project.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/resources/Harbor-Pages/Project.robot b/tests/resources/Harbor-Pages/Project.robot index 7b4dde0da..7c46b5a75 100644 --- a/tests/resources/Harbor-Pages/Project.robot +++ b/tests/resources/Harbor-Pages/Project.robot @@ -100,6 +100,7 @@ Delete Repo Retry Double Keywords When Error Retry Element Click ${element_repo_checkbox} Wait Until Element Is Visible And Enabled ${repo_delete_btn} Retry Double Keywords When Error Retry Element Click ${repo_delete_btn} Wait Until Element Is Visible And Enabled ${delete_confirm_btn} Retry Double Keywords When Error Retry Element Click ${delete_confirm_btn} Retry Wait Until Page Not Contains Element ${delete_confirm_btn} + Retry Wait Until Page Not Contains Element ${element_repo_checkbox} Delete Repo on CardView [Arguments] ${reponame}