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
6ba74d9f
Commit
6ba74d9f
authored
Jan 29, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in qa/qa/page/project/show.rb
parent
2995b8b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
qa/qa/page/project/show.rb
qa/qa/page/project/show.rb
+0
-11
No files found.
qa/qa/page/project/show.rb
View file @
6ba74d9f
...
...
@@ -7,13 +7,10 @@ module QA
element
:clone_dropdown
element
:clone_options_dropdown
,
'.clone-options-dropdown'
element
:project_repository_location
,
'text_field_tag :project_clone'
<<<<<<<
HEAD
=======
end
view
'app/views/projects/_last_push.html.haml'
do
element
:create_merge_request
>>>>>>>
upstream
/
master
end
view
'app/views/projects/_home_panel.html.haml'
do
...
...
@@ -23,19 +20,11 @@ module QA
def
choose_repository_clone_http
wait
(
reload:
false
)
do
click_element
:clone_dropdown
<<<<<<<
HEAD
page
.
within
(
'.clone-options-dropdown'
)
do
click_link
(
'HTTP'
)
end
=======
page
.
within
(
'.clone-options-dropdown'
)
do
click_link
(
'HTTP'
)
end
>>>>>>>
upstream
/
master
# Ensure git clone textbox was updated to http URI
page
.
has_css?
(
'.git-clone-holder input#project_clone[value*="http"]'
)
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