Merge pull request #7983 from danfengliu/fix-nightly-keyword-Go-Into-Repo

Element Clicked returns OK, but the element was not click functionally
This commit is contained in:
Wang Yan 2019-06-17 17:53:38 +08:00 committed by GitHub
commit 251b481165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ Go Into Repo
${repo_name_element}= Set Variable xpath=//clr-dg-cell[contains(.,'${repoName}')]/a
Retry Element Click ${repo_search_icon}
Retry Text Input ${repo_search_input} ${repoName}
Retry Element Click ${repo_name_element}
Retry Double Keywords When Error Retry Element Click ${repo_name_element} Page Should Not Contain Element ${repo_name_element}
Retry Wait Element ${tag_table_column_signed}
Retry Wait Element ${tag_table_column_vulnerability}
Retry Wait Element ${tag_images_btn}