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
f31bb83d
Commit
f31bb83d
authored
Nov 02, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove out-of-date comments about webdriver compatability
parent
082b5954
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
spec/features/projects/branches_spec.rb
spec/features/projects/branches_spec.rb
+1
-5
No files found.
spec/features/projects/branches_spec.rb
View file @
f31bb83d
...
...
@@ -67,11 +67,7 @@ describe 'Branches' do
expect
(
page
).
to
have_content
(
'fix'
)
expect
(
find
(
'.all-branches'
)).
to
have_selector
(
'li'
,
count:
1
)
# To work with Chrome headless, this needs an updated version of
# Capybara with two bug fixes:
# * https://github.com/teamcapybara/capybara/pull/1902/
# * https://github.com/teamcapybara/capybara/pull/1903/
accept_alert
{
find
(
'.js-branch-fix .btn-remove'
).
click
}
accept_confirm
{
find
(
'.js-branch-fix .btn-remove'
).
click
}
expect
(
page
).
not_to
have_content
(
'fix'
)
expect
(
find
(
'.all-branches'
)).
to
have_selector
(
'li'
,
count:
0
)
...
...
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