mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 14:18:55 +00:00
After angula upraded, all migrate pipelines failed at system setting project creation verification. Keyword of Page Should Contain is not working anymore in new UI, so I choosen a new more precise way of checking the select element value of 'everyone'
Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
This commit is contained in:
parent
20262d70bb
commit
9e05e6dc74
|
@ -173,7 +173,8 @@ Verify System Setting
|
|||
Textfield Value Should Be xpath=//*[@id='emailUsername'] @{emailuser}[0]
|
||||
Textfield Value Should Be xpath=//*[@id='emailFrom'] @{emailfrom}[0]
|
||||
Switch To System Settings
|
||||
Page Should Contain @{creation}[0]
|
||||
${ret} Get Selected List Value xpath=//select[@id='proCreation']
|
||||
Should Be Equal As Strings ${ret} @{creation}[0]
|
||||
Token Must Be Match @{token}[0]
|
||||
Switch To Vulnerability Page
|
||||
Page Should Contain None
|
||||
|
|
Loading…
Reference in New Issue
Block a user