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
9bb28335
Commit
9bb28335
authored
Nov 19, 2020
by
Kyle Wiebers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine user_comments_on_diff_spec due to flakiness
parent
7178e65a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/features/merge_request/user_comments_on_diff_spec.rb
spec/features/merge_request/user_comments_on_diff_spec.rb
+1
-1
No files found.
spec/features/merge_request/user_comments_on_diff_spec.rb
View file @
9bb28335
...
...
@@ -136,7 +136,7 @@ RSpec.describe 'User comments on a diff', :js do
add_comment
(
'-13'
,
'+15'
)
end
it
'allows comments on previously hidden lines at the top of a file'
do
it
'allows comments on previously hidden lines at the top of a file'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/285294'
do
# Click -9, expand up, select 1 add and verify comment
page
.
within
(
'[data-path="files/ruby/popen.rb"]'
)
do
all
(
'.js-unfold-all'
)[
0
].
click
...
...
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