UNCLASSIFIED

Commit ff8a5394 authored by Branden Cobb's avatar Branden Cobb
Browse files

cypress fix

parent b67b0a8f
Pipeline #308230 passed with stages
in 3 minutes and 11 seconds
...@@ -4,7 +4,7 @@ describe('Basic Nexus', function() { ...@@ -4,7 +4,7 @@ describe('Basic Nexus', function() {
cy.contains("Sign in").click() cy.contains("Sign in").click()
cy.get('input[name="username"]').type(Cypress.env('nexus_user')) cy.get('input[name="username"]').type(Cypress.env('nexus_user'))
cy.get('input[name="password"]').type(Cypress.env('nexus_pass')) cy.get('input[name="password"]').type(Cypress.env('nexus_pass'))
cy.get('a[id="button-1169"]').click() cy.get('a[class="x-btn x-unselectable x-box-item x-toolbar-item x-btn-nx-primary-small"]').click()
cy.contains("Next").click() cy.contains("Next").click()
cy.get('input[name="password"]').type(Cypress.env('nexus_pass_new')) cy.get('input[name="password"]').type(Cypress.env('nexus_pass_new'))
cy.get('input[name*="nx-password"]').type(Cypress.env('nexus_pass_new')) cy.get('input[name*="nx-password"]').type(Cypress.env('nexus_pass_new'))
......
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