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
a5c5d07e
Commit
a5c5d07e
authored
Aug 30, 2021
by
Micah Nagel
💰
Browse files
do this again
parent
8ac70b14
Pipeline
#451305
failed with stages
in 4 minutes and 13 seconds
Changes
1
Pipelines
2
Show 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 @
a5c5d07e
...
...
@@ -50,6 +50,9 @@ describe('Mattermost Healthcheck', function() {
let
randomChat
=
"
Hello
"
+
Math
.
random
().
toString
(
36
).
substring
(
8
);
cy
.
get
(
'
textarea[id="post_textbox"]
'
).
type
(
randomChat
).
type
(
'
{enter}
'
)
cy
.
reload
()
// Click between channels to dodge the tutorial if it exists
cy
.
get
(
'
span[class="SidebarChannelLinkLabel"]
'
).
contains
(
"
Off-Topic
"
).
click
()
cy
.
get
(
'
span[class="SidebarChannelLinkLabel"]
'
).
contains
(
"
Town Square
"
).
click
()
cy
.
get
(
'
p
'
).
contains
(
randomChat
).
should
(
'
be.visible
'
)
})
...
...
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