Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
c4b9ca61
Commit
c4b9ca61
authored
11 months ago
by
Martin Schoeler
Committed by
Guilherme Gazzo
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
test: fix `should edit name of targetChannel` flaky test (#32121)
Co-authored-by:
Guilherme Gazzo
<
guilhermegazzo@gmail.com
>
parent
f67705cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/meteor/tests/e2e/channel-management.spec.ts
+1
-0
1 addition, 0 deletions
apps/meteor/tests/e2e/channel-management.spec.ts
with
1 addition
and
0 deletions
apps/meteor/tests/e2e/channel-management.spec.ts
+
1
−
0
View file @
c4b9ca61
...
...
@@ -130,6 +130,7 @@ test.describe.serial('channel-management', () => {
await
poHomeChannel
.
tabs
.
room
.
btnSave
.
click
();
targetChannel
=
`NAME-EDITED-
${
targetChannel
}
`
;
await
expect
(
page
.
locator
(
`role=main >> role=heading[name="
${
targetChannel
}
"]`
)).
toBeVisible
();
await
poHomeChannel
.
sidenav
.
openChat
(
targetChannel
);
await
expect
(
page
).
toHaveURL
(
`/channel/
${
targetChannel
}
`
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment