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
4011ceb9
Commit
4011ceb9
authored
Aug 30, 2021
by
Micah Nagel
💰
Browse files
test waits
parent
f379286d
Pipeline
#451087
failed with stages
in 4 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
chart/tests/cypress/mattermost-health.spec.js
chart/tests/cypress/mattermost-health.spec.js
+3
-0
No files found.
chart/tests/cypress/mattermost-health.spec.js
View file @
4011ceb9
...
@@ -41,6 +41,9 @@ describe('Mattermost Healthcheck', function() {
...
@@ -41,6 +41,9 @@ describe('Mattermost Healthcheck', function() {
cy
.
title
().
should
(
'
include
'
,
'
Town Square - Big Bang
'
)
cy
.
title
().
should
(
'
include
'
,
'
Town Square - Big Bang
'
)
}
}
})
})
cy
.
wait
(
500
)
cy
.
reload
()
cy
.
wait
(
500
)
// Run through setup
// Run through setup
cy
.
get
(
"
body
"
).
then
(
$body
=>
{
cy
.
get
(
"
body
"
).
then
(
$body
=>
{
if
(
$body
.
find
(
'
input[name="fullName"]
'
).
length
>
0
)
{
if
(
$body
.
find
(
'
input[name="fullName"]
'
).
length
>
0
)
{
...
...
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