mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-26 13:29:55 +01:00
Sign-in element xpath has changed, so it need to be modified to the new one. (#7355)
Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
parent
83a2246485
commit
887694019e
@ -16,7 +16,7 @@
|
||||
Documentation This resource provides any keywords related to the Harbor private registry appliance
|
||||
|
||||
*** Variables ***
|
||||
${sign_up_for_an_account_xpath} /html/body/harbor-app/harbor-shell/clr-main-container/div/div/sign-in/div/form/div[1]/a
|
||||
${sign_up_for_an_account_xpath} /html/body/harbor-app/sign-in/clr-main-container/div/form/div[1]/a
|
||||
${sign_up_button_xpath} //a[@class='signup']
|
||||
${username_xpath} //*[@id='username']
|
||||
${email_xpath} //*[@id='email']
|
||||
|
Loading…
Reference in New Issue
Block a user