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
Nexus
Commits
ff8a5394
Commit
ff8a5394
authored
Jun 10, 2021
by
Branden Cobb
Browse files
cypress fix
parent
b67b0a8f
Pipeline
#308230
passed with stages
in 3 minutes and 11 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/nexus-healthspec.js
chart/tests/cypress/nexus-healthspec.js
+1
-1
No files found.
chart/tests/cypress/nexus-healthspec.js
View file @
ff8a5394
...
@@ -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
'
))
...
...
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