mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-19 23:28:20 +01:00
Merge pull request #10334 from danfengliu/correct-keyword-go-into-repo
Refect keyword of Go Into Reop
This commit is contained in:
commit
c124f5eedb
@ -186,7 +186,13 @@ Go Into Repo
|
|||||||
Retry Wait Until Page Not Contains Element ${repo_list_spinner}
|
Retry Wait Until Page Not Contains Element ${repo_list_spinner}
|
||||||
${repo_name_element}= Set Variable xpath=//clr-dg-cell[contains(.,'${repoName}')]/a
|
${repo_name_element}= Set Variable xpath=//clr-dg-cell[contains(.,'${repoName}')]/a
|
||||||
Retry Element Click ${repo_search_icon}
|
Retry Element Click ${repo_search_icon}
|
||||||
Retry Text Input ${repo_search_input} ${repoName}
|
:For ${n} IN RANGE 1 10
|
||||||
|
\ Retry Clear Element Text ${repo_search_input}
|
||||||
|
\ Retry Text Input ${repo_search_input} ${repoName}
|
||||||
|
\ ${out} Run Keyword And Ignore Error Retry Wait Until Page Contains Element ${repo_name_element}
|
||||||
|
\ Exit For Loop If '${out[0]}'=='PASS'
|
||||||
|
\ Capture Page Screenshot gointo_${repoName}.png
|
||||||
|
\ Sleep 2
|
||||||
Retry Double Keywords When Error Retry Element Click ${repo_name_element} Retry Wait Until Page Not Contains Element ${repo_name_element}
|
Retry Double Keywords When Error Retry Element Click ${repo_name_element} Retry Wait Until Page Not Contains Element ${repo_name_element}
|
||||||
Retry Wait Element ${tag_table_column_pull_command}
|
Retry Wait Element ${tag_table_column_pull_command}
|
||||||
Retry Wait Element ${tag_images_btn}
|
Retry Wait Element ${tag_images_btn}
|
||||||
|
Loading…
Reference in New Issue
Block a user