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
23f869c7
Commit
23f869c7
authored
Oct 09, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solved conflicts protected_branches_spec
parent
b0fcdeff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
spec/features/protected_branches_spec.rb
spec/features/protected_branches_spec.rb
+0
-11
No files found.
spec/features/protected_branches_spec.rb
View file @
23f869c7
...
...
@@ -66,10 +66,6 @@ feature 'Protected Branches', :js do
describe
"Saved defaults"
do
it
"keeps the allowed to merge and push dropdowns defaults based on the previous selection"
do
visit
project_protected_branches_path
(
project
)
<<<<<<<
HEAD
set_protected_branch_name
(
'some-branch'
)
=======
>>>>>>>
ce
-
com
/
master
form
=
'.js-new-protected-branch'
within
form
do
...
...
@@ -83,17 +79,10 @@ feature 'Protected Branches', :js do
within
form
do
page
.
within
(
".js-allowed-to-merge"
)
do
<<<<<<<
HEAD
expect
(
page
.
find
(
".dropdown-toggle-text"
)).
to
have_content
(
"1 role, 0 users, 0 groups"
)
end
page
.
within
(
".js-allowed-to-push"
)
do
expect
(
page
.
find
(
".dropdown-toggle-text"
)).
to
have_content
(
"1 role, 0 users, 0 groups"
)
=======
expect
(
page
.
find
(
".dropdown-toggle-text"
)).
to
have_content
(
"No one"
)
end
page
.
within
(
".js-allowed-to-push"
)
do
expect
(
page
.
find
(
".dropdown-toggle-text"
)).
to
have_content
(
"Developers + Masters"
)
>>>>>>>
ce
-
com
/
master
end
end
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