Modify Nightly popular Keyword Go-Into-Repo

Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
danfengliu 2020-03-19 17:09:16 +08:00
parent 32f226901f
commit fedfae71ff
2 changed files with 3 additions and 2 deletions

View File

@ -205,8 +205,8 @@ Go Into Repo
\ 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 Wait Element ${tag_table_column_pull_command}
Retry Wait Element ${tag_images_btn}
Retry Wait Element ${tag_table_column_vulnerabilities}
Retry Wait Element ${tag_table_column_size}
Capture Page Screenshot gointo_${repoName}.png
Switch To CardView

View File

@ -50,6 +50,7 @@ ${repo_list_spinner} xpath=//clr-datagrid//clr-spinner
#${repo_search_input} xpath=//div[@class[contains(.,'datagrid-filter')]]//input
${repo_tag_1st_checkbox} xpath=//clr-datagrid//clr-dg-row//clr-checkbox-wrapper
${tag_table_column_pull_command} xpath=//clr-dg-column//span[contains(.,'Pull Command')]
${tag_table_column_vulnerabilities} xpath=//clr-dg-column//span[contains(.,'Vulnerabilities')]
${tag_table_column_tag} xpath=//clr-dg-column//span[contains(.,'Tag')]
${tag_table_column_size} xpath=//clr-dg-column//span[contains(.,'Size')]
${tag_table_column_vulnerability} xpath=//clr-dg-column//span[contains(.,'Vulnerability')]