mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 00:57:44 +01:00
Merge pull request #9173 from danfengliu/change-way-of-checking-UI-element-value-due-to-angula-upgrade
Modify way of Project creation verifycation in migrate pipeline
This commit is contained in:
commit
17d221bf85
@ -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