mirror of
https://github.com/goharbor/harbor
synced 2025-04-20 20:28:55 +00:00
modify test case about an insecure checkbox to configure
This commit is contained in:
parent
a0172bc0c4
commit
f6595bedad
|
@ -147,6 +147,9 @@ Config Email
|
||||||
Mouse Down xpath=//*[@id="clr-checkbox-emailSSL"]
|
Mouse Down xpath=//*[@id="clr-checkbox-emailSSL"]
|
||||||
Mouse Up xpath=//*[@id="clr-checkbox-emailSSL"]
|
Mouse Up xpath=//*[@id="clr-checkbox-emailSSL"]
|
||||||
Sleep 1
|
Sleep 1
|
||||||
|
Mouse Down xpath=//*[@id="clr-checkbox-emailInsecure"]
|
||||||
|
Mouse Up xpath=//*[@id="clr-checkbox-emailInsecure"]
|
||||||
|
Sleep 1
|
||||||
Click Element xpath=/html/body/harbor-app/harbor-shell/clr-main-container/div/div/config/div/div/div/button[1]
|
Click Element xpath=/html/body/harbor-app/harbor-shell/clr-main-container/div/div/config/div/div/div/button[1]
|
||||||
Sleep 6
|
Sleep 6
|
||||||
|
|
||||||
|
@ -156,6 +159,7 @@ Verify Email
|
||||||
Textfield Value Should Be xpath=//*[@id="emailUsername"] example@vmware.com
|
Textfield Value Should Be xpath=//*[@id="emailUsername"] example@vmware.com
|
||||||
Textfield Value Should Be xpath=//*[@id="emailFrom"] example<example@vmware.com>
|
Textfield Value Should Be xpath=//*[@id="emailFrom"] example<example@vmware.com>
|
||||||
Checkbox Should Be Selected xpath=//*[@id="clr-checkbox-emailSSL"]
|
Checkbox Should Be Selected xpath=//*[@id="clr-checkbox-emailSSL"]
|
||||||
|
Checkbox Should Be Selected xpath=//*[@id="clr-checkbox-emailInsecure"]
|
||||||
|
|
||||||
Set Scan All To None
|
Set Scan All To None
|
||||||
click element //vulnerability-config//select
|
click element //vulnerability-config//select
|
||||||
|
|
Loading…
Reference in New Issue
Block a user