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
e95d43df
Commit
e95d43df
authored
Nov 07, 2016
by
Phil Hughes
Committed by
Jacob Schatz
Nov 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed up tests
parent
08dd831f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6
...ripts/protected_branches/protected_branch_dropdown.js.es6
+1
-1
spec/features/projects/ref_switcher_spec.rb
spec/features/projects/ref_switcher_spec.rb
+3
-2
No files found.
app/assets/javascripts/protected_branches/protected_branch_dropdown.js.es6
View file @
e95d43df
...
@@ -48,7 +48,7 @@ class ProtectedBranchDropdown {
...
@@ -48,7 +48,7 @@ class ProtectedBranchDropdown {
onClickCreateWildcard() {
onClickCreateWildcard() {
// Refresh the dropdown's data, which ends up calling `getProtectedBranches`
// Refresh the dropdown's data, which ends up calling `getProtectedBranches`
this.$dropdown.data('glDropdown').remote.execute();
this.$dropdown.data('glDropdown').remote.execute();
this.$dropdown.data('glDropdown').selectRowAtIndex(
0
);
this.$dropdown.data('glDropdown').selectRowAtIndex(
gon.open_branches.length
);
}
}
getProtectedBranches(term, callback) {
getProtectedBranches(term, callback) {
...
...
spec/features/projects/ref_switcher_spec.rb
View file @
e95d43df
...
@@ -17,14 +17,15 @@ feature 'Ref switcher', feature: true, js: true do
...
@@ -17,14 +17,15 @@ feature 'Ref switcher', feature: true, js: true do
page
.
within
'.project-refs-form'
do
page
.
within
'.project-refs-form'
do
input
=
find
(
'input[type="search"]'
)
input
=
find
(
'input[type="search"]'
)
input
.
set
'expand'
input
.
set
'binary'
wait_for_ajax
input
.
native
.
send_keys
:down
input
.
native
.
send_keys
:down
input
.
native
.
send_keys
:down
input
.
native
.
send_keys
:down
input
.
native
.
send_keys
:enter
input
.
native
.
send_keys
:enter
end
end
expect
(
page
).
to
have_title
'
expand-collapse-files
'
expect
(
page
).
to
have_title
'
binary-encoding
'
end
end
it
"user selects ref with special characters"
do
it
"user selects ref with special characters"
do
...
...
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