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
d3655fe5
Commit
d3655fe5
authored
May 24, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add review comments to compare_spec.rb
parent
4497ca87
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
spec/features/projects/compare_spec.rb
spec/features/projects/compare_spec.rb
+2
-0
No files found.
spec/features/projects/compare_spec.rb
View file @
d3655fe5
...
...
@@ -52,9 +52,11 @@ describe "Compare", js: true do
def
select_using_dropdown
(
dropdown_type
,
selection
)
dropdown
=
find
(
".js-compare-
#{
dropdown_type
}
-dropdown"
)
dropdown
.
find
(
".compare-dropdown-toggle"
).
click
# find input before using to wait for the inputs visiblity
dropdown
.
find
(
'.dropdown-menu'
)
dropdown
.
fill_in
(
"Filter by Git revision"
,
with:
selection
)
wait_for_requests
# find before all to wait for the items visiblity
dropdown
.
find
(
"a[data-ref=
\"
#{
selection
}
\"
]"
,
match: :first
)
dropdown
.
all
(
"a[data-ref=
\"
#{
selection
}
\"
]"
).
last
.
click
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