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
Collaboration Tools
mattermost
Commits
b21927e0
Commit
b21927e0
authored
Aug 26, 2021
by
Micah Nagel
💰
Browse files
idk
parent
aeeb51a1
Pipeline
#445999
canceled with stages
in 12 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
chart/tests/cypress/mattermost-health.spec.js
chart/tests/cypress/mattermost-health.spec.js
+2
-0
No files found.
chart/tests/cypress/mattermost-health.spec.js
View file @
b21927e0
...
@@ -72,6 +72,8 @@ describe('Mattermost Healthcheck', function() {
...
@@ -72,6 +72,8 @@ describe('Mattermost Healthcheck', function() {
cy
.
get
(
'
input[id="TeamSettings.SiteName"]
'
).
clear
().
type
(
randomName
)
cy
.
get
(
'
input[id="TeamSettings.SiteName"]
'
).
clear
().
type
(
randomName
)
cy
.
get
(
'
button[id="saveSetting"]
'
).
click
()
cy
.
get
(
'
button[id="saveSetting"]
'
).
click
()
cy
.
reload
()
cy
.
reload
()
cy
.
wait
(
1000
)
cy
.
reload
()
cy
.
title
().
should
(
'
include
'
,
randomName
)
cy
.
title
().
should
(
'
include
'
,
randomName
)
})
})
})
})
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