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
9b1562a6
Commit
9b1562a6
authored
Jul 06, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in spinach test suite
parent
ec426c20
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
features/steps/shared/issuable.rb
features/steps/shared/issuable.rb
+0
-3
features/steps/shared/paths.rb
features/steps/shared/paths.rb
+0
-3
No files found.
features/steps/shared/issuable.rb
View file @
9b1562a6
...
@@ -58,10 +58,7 @@ module SharedIssuable
...
@@ -58,10 +58,7 @@ module SharedIssuable
step
'I visit merge request page "Enterprise fix"'
do
step
'I visit merge request page "Enterprise fix"'
do
mr
=
MergeRequest
.
find_by
(
title:
'Enterprise fix'
)
mr
=
MergeRequest
.
find_by
(
title:
'Enterprise fix'
)
visit
project_merge_request_path
(
mr
.
target_project
,
mr
)
visit
project_merge_request_path
(
mr
.
target_project
,
mr
)
<<<<<<<
HEAD
wait_for_requests
wait_for_requests
=======
>>>>>>>
ce
/
master
end
end
step
'I visit issue page "Community issue"'
do
step
'I visit issue page "Community issue"'
do
...
...
features/steps/shared/paths.rb
View file @
9b1562a6
...
@@ -274,13 +274,10 @@ module SharedPaths
...
@@ -274,13 +274,10 @@ module SharedPaths
step
'I visit project hooks page'
do
step
'I visit project hooks page'
do
visit
project_settings_integrations_path
(
@project
)
visit
project_settings_integrations_path
(
@project
)
<<<<<<<
HEAD
end
end
step
'I visit group hooks page'
do
step
'I visit group hooks page'
do
visit
group_hooks_path
(
@group
)
visit
group_hooks_path
(
@group
)
=======
>>>>>>>
ce
/
master
end
end
step
'I visit project deploy keys page'
do
step
'I visit project deploy keys page'
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