UNCLASSIFIED

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

cypress random token

parent 5c5d7bce
Pipeline #465201 failed with stages
in 4 minutes and 29 seconds
...@@ -21,7 +21,7 @@ describe('Basic Sonarqube', function() { ...@@ -21,7 +21,7 @@ describe('Basic Sonarqube', function() {
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()
cy.contains("Security").click() cy.contains("Security").click()
cy.get('input[class="input-large spacer-right"]').type('Test Token') cy.get('input[class="input-large spacer-right"]').type(Math.random().toString(36).substring(8))
cy.get('button[class="button js-generate-token"]').click() cy.get('button[class="button js-generate-token"]').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