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
2197f4c7
Commit
2197f4c7
authored
May 31, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine more sidebar spec that are very flaky
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
52ef30a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ee/spec/features/boards/sidebar_deprecated_spec.rb
ee/spec/features/boards/sidebar_deprecated_spec.rb
+2
-2
ee/spec/features/boards/sidebar_spec.rb
ee/spec/features/boards/sidebar_spec.rb
+2
-2
spec/features/boards/sidebar_assignee_spec.rb
spec/features/boards/sidebar_assignee_spec.rb
+1
-1
No files found.
ee/spec/features/boards/sidebar_deprecated_spec.rb
View file @
2197f4c7
...
...
@@ -38,8 +38,8 @@ RSpec.describe 'Issue Boards', :js do
wait_for_requests
end
context
'assignee'
do
it
'updates the issues assignee'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332078'
do
context
'assignee'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332078'
do
it
'updates the issues assignee'
do
click_card
(
card2
)
page
.
within
(
'.assignee'
)
do
...
...
ee/spec/features/boards/sidebar_spec.rb
View file @
2197f4c7
...
...
@@ -40,7 +40,7 @@ RSpec.describe 'Issue Boards', :js do
visit_project_board
end
context
'assignee'
do
context
'assignee'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332078'
do
let
(
:assignees_widget
)
{
'[data-testid="issue-boards-sidebar"] [data-testid="assignees-widget"]'
}
it
'updates the issues assignee'
do
...
...
@@ -65,7 +65,7 @@ RSpec.describe 'Issue Boards', :js do
expect
(
card2
).
to
have_selector
(
'.avatar'
)
end
it
'adds multiple assignees'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332078'
do
it
'adds multiple assignees'
do
click_card
(
card1
)
page
.
within
(
assignees_widget
)
do
...
...
spec/features/boards/sidebar_assignee_spec.rb
View file @
2197f4c7
...
...
@@ -2,7 +2,7 @@
require
'spec_helper'
RSpec
.
describe
'Project issue boards sidebar assignee'
,
:js
do
RSpec
.
describe
'Project issue boards sidebar assignee'
,
:js
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/332230'
do
include
BoardHelpers
let_it_be
(
:user
)
{
create
(
:user
)
}
...
...
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