UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
aceede04
Commit
aceede04
authored
Sep 07, 2021
by
Branden Cobb
Browse files
cypress random token
parent
5c5d7bce
Pipeline
#465201
failed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
chart/tests/cypress/sonarqube-health.spec.js
chart/tests/cypress/sonarqube-health.spec.js
+1
-1
No files found.
chart/tests/cypress/sonarqube-health.spec.js
View file @
aceede04
...
@@ -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
()
})
})
})
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment