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
0d5df4c3
Commit
0d5df4c3
authored
Sep 07, 2021
by
Branden Cobb
Browse files
cypress mods for 9.0
parent
4892d1b4
Pipeline
#465126
failed with stages
in 3 minutes and 42 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 @
0d5df4c3
...
@@ -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
()
...
...
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