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
6189f87f
Commit
6189f87f
authored
Jul 26, 2021
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'quarantine-a-flaky-spec' into 'master'
Quarantine a flaky spec See merge request gitlab-org/gitlab!66855
parents
d80042fb
c235bf27
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_views_diffs_spec.rb
spec/features/merge_request/user_views_diffs_spec.rb
+1
-1
No files found.
spec/features/merge_request/user_views_diffs_spec.rb
View file @
6189f87f
...
@@ -60,7 +60,7 @@ RSpec.describe 'User views diffs', :js do
...
@@ -60,7 +60,7 @@ RSpec.describe 'User views diffs', :js do
expect
(
page
).
not_to
have_selector
(
'.mr-loading-status .loading'
,
visible:
true
)
expect
(
page
).
not_to
have_selector
(
'.mr-loading-status .loading'
,
visible:
true
)
end
end
it
'expands all diffs'
do
it
'expands all diffs'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/333628'
do
first
(
'.diff-toggle-caret'
).
click
first
(
'.diff-toggle-caret'
).
click
expect
(
page
).
to
have_button
(
'Expand all'
)
expect
(
page
).
to
have_button
(
'Expand all'
)
...
...
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