mirror of https://github.com/rancher/dartboard.git
Upgrade to 2.6.9
Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
parent
292a238313
commit
66351da985
|
|
@ -13,8 +13,8 @@ describe('Rancher user management', () => {
|
|||
cy.contains('label', 'New Password').next('input').type('adminpassword')
|
||||
cy.contains('label', 'Confirm New Password').next('input').type('adminpassword')
|
||||
|
||||
cy.get('#checkbox-telemetry .checkbox-custom').click()
|
||||
cy.get('#checkbox-eula .checkbox-custom').click()
|
||||
cy.get("label[for='checkbox-telemetry'] .checkbox-custom").click()
|
||||
cy.get("label[for='checkbox-eula'] .checkbox-custom").click()
|
||||
cy.contains('Continue').click()
|
||||
|
||||
cy.contains('Getting Started', {timeout: 10_000}).should('exist')
|
||||
|
|
|
|||
Loading…
Reference in New Issue