UNCLASSIFIED

Commit 0d5df4c3 authored by Branden Cobb's avatar Branden Cobb
Browse files

cypress mods for 9.0

parent 4892d1b4
Pipeline #465126 failed with stages
in 3 minutes and 42 seconds
...@@ -10,7 +10,7 @@ describe('Basic Sonarqube', function() { ...@@ -10,7 +10,7 @@ describe('Basic Sonarqube', function() {
cy.get('input[name="password"]').type(Cypress.env('newpassword')) cy.get('input[name="password"]').type(Cypress.env('newpassword'))
cy.get('input[name="password_confirmation"]').type(Cypress.env('newpassword')) cy.get('input[name="password_confirmation"]').type(Cypress.env('newpassword'))
cy.get('button[id="change-password"]').click() cy.get('button[id="change-password"]').click()
cy.contains("I understand the risk").click() //cy.contains("I understand the risk").click()
cy.scrollTo('topRight') cy.scrollTo('topRight')
cy.get('a[class="dropdown-toggle navbar-avatar"]').click() cy.get('a[class="dropdown-toggle navbar-avatar"]').click()
cy.contains("My Account").click() cy.contains("My Account").click()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment