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
b876d5c8
Commit
b876d5c8
authored
Jan 14, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine very flaky tests
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
642bd8ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/features/boards/boards_spec.rb
spec/features/boards/boards_spec.rb
+3
-3
No files found.
spec/features/boards/boards_spec.rb
View file @
b876d5c8
...
...
@@ -97,7 +97,7 @@ describe 'Issue Boards', :js do
expect
(
find
(
'.board:nth-child(4)'
)).
to
have_selector
(
'.board-card'
)
end
it
'shows description tooltip on list title'
do
it
'shows description tooltip on list title'
,
:quarantine
do
page
.
within
(
'.board:nth-child(2)'
)
do
expect
(
find
(
'.board-title span.has-tooltip'
)[
:title
]).
to
eq
(
'Test'
)
end
...
...
@@ -411,7 +411,7 @@ describe 'Issue Boards', :js do
wait_for_empty_boards
((
2
..
4
))
end
it
'filters by label with space after reload'
do
it
'filters by label with space after reload'
,
:quarantine
do
set_filter
(
"label"
,
"
\"
#{
accepting
.
title
}
"
)
click_filter_link
(
accepting
.
title
)
submit_filter
...
...
@@ -477,7 +477,7 @@ describe 'Issue Boards', :js do
end
end
it
'filters by multiple labels'
do
it
'filters by multiple labels'
,
:quarantine
do
set_filter
(
"label"
,
testing
.
title
)
click_filter_link
(
testing
.
title
)
...
...
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