Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
70486b01
Commit
70486b01
authored
May 31, 2021
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky tests
'
https://gitlab.com/gitlab-org/gitlab/-/issues/332078
'
parent
033f766a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/spec/features/boards/sidebar_deprecated_spec.rb
ee/spec/features/boards/sidebar_deprecated_spec.rb
+1
-1
ee/spec/features/boards/sidebar_spec.rb
ee/spec/features/boards/sidebar_spec.rb
+1
-1
No files found.
ee/spec/features/boards/sidebar_deprecated_spec.rb
View file @
70486b01
...
...
@@ -39,7 +39,7 @@ RSpec.describe 'Issue Boards', :js do
end
context
'assignee'
do
it
'updates the issues assignee'
do
it
'updates the issues assignee'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332078'
do
click_card
(
card2
)
page
.
within
(
'.assignee'
)
do
...
...
ee/spec/features/boards/sidebar_spec.rb
View file @
70486b01
...
...
@@ -65,7 +65,7 @@ RSpec.describe 'Issue Boards', :js do
expect
(
card2
).
to
have_selector
(
'.avatar'
)
end
it
'adds multiple assignees'
do
it
'adds multiple assignees'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332078'
do
click_card
(
card1
)
page
.
within
(
assignees_widget
)
do
...
...
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