mirror of https://github.com/goharbor/harbor.git
Remove testcase Open Image Scanners doc page (#22180)
Signed-off-by: stonezdj <stone.zhang@broadcom.com>
This commit is contained in:
parent
71f2ea84bd
commit
e8c2e478b6
|
@ -11,6 +11,7 @@ on:
|
||||||
- '!tests/ci/**'
|
- '!tests/ci/**'
|
||||||
- '!tests/resources/**'
|
- '!tests/resources/**'
|
||||||
- '!tests/robot-cases/**'
|
- '!tests/robot-cases/**'
|
||||||
|
- '!tests/robot-cases/Group1-Nightly/**'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
@ -21,6 +22,7 @@ on:
|
||||||
- '!tests/ci/**'
|
- '!tests/ci/**'
|
||||||
- '!tests/resources/**'
|
- '!tests/resources/**'
|
||||||
- '!tests/robot-cases/**'
|
- '!tests/robot-cases/**'
|
||||||
|
- '!tests/robot-cases/Group1-Nightly/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
UTTEST:
|
UTTEST:
|
||||||
|
|
|
@ -102,12 +102,3 @@ Test Case - Open CVE Details Page
|
||||||
Go Into Artifact ${sha256}
|
Go Into Artifact ${sha256}
|
||||||
Retry Double Keywords When Error Click Link New Tab And Switch //hbr-artifact-vulnerabilities//clr-dg-row//a[contains(.,'${cve}')] Retry Wait Element //h1[contains(.,'${cve}')]
|
Retry Double Keywords When Error Click Link New Tab And Switch //hbr-artifact-vulnerabilities//clr-dg-row//a[contains(.,'${cve}')] Retry Wait Element //h1[contains(.,'${cve}')]
|
||||||
Close Browser
|
Close Browser
|
||||||
|
|
||||||
Test Case - Open Image Scanners Documentation Page
|
|
||||||
[Tags] image_scanners_documentation_page
|
|
||||||
Init Chrome Driver
|
|
||||||
Sign In Harbor ${HARBOR_URL} ${HARBOR_ADMIN} ${HARBOR_PASSWORD}
|
|
||||||
Switch To Scanners Page
|
|
||||||
Retry Element Click ${view_scanner_icon_xpath}
|
|
||||||
Retry Double Keywords When Error Click Link New Tab And Switch ${view_scanner_doc_xpath} Retry Wait Until Page Contains Vulnerability Scanning with Pluggable Scanners
|
|
||||||
Close Browser
|
|
||||||
|
|
Loading…
Reference in New Issue