Unverified Commit 7b7f7a92 authored by danfengliu's avatar danfengliu Committed by GitHub
Browse files

Nightly test case user-view-logs failed several times, after debugging, the...

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: default avatardanfengliu <danfengl@vmware.com>
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment