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
62cdc456
Commit
62cdc456
authored
Jul 02, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine a flaky spec
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ea2f64cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/spec/features/epics/epic_show_spec.rb
ee/spec/features/epics/epic_show_spec.rb
+1
-1
No files found.
ee/spec/features/epics/epic_show_spec.rb
View file @
62cdc456
...
...
@@ -161,7 +161,7 @@ RSpec.describe 'Epic show', :js do
end
end
it
'shows comments in the correct order'
do
it
'shows comments in the correct order'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/225637'
do
page
.
within
(
'[data-testid="sort-discussion-filter"]'
)
do
expect
(
find
(
'.js-dropdown-text'
)).
to
have_content
(
'Newest first'
)
end
...
...
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