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
419d4400
Commit
419d4400
authored
Jun 04, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fork namespace selector
parent
7fc9242c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/forks/_fork_button.html.haml
app/views/projects/forks/_fork_button.html.haml
+1
-1
qa/qa/page/project/fork/new.rb
qa/qa/page/project/fork/new.rb
+2
-2
No files found.
app/views/projects/forks/_fork_button.html.haml
View file @
419d4400
...
...
@@ -22,5 +22,5 @@
-
else
.avatar-container.s100.mx-auto
=
image_tag
(
avatar
,
class:
"avatar s100"
)
%h5
.prepend-top-default
%h5
.prepend-top-default
{
data:
{
qa_selector:
'fork_namespace_content'
}
}
=
namespace
.
human_name
qa/qa/page/project/fork/new.rb
View file @
419d4400
...
...
@@ -6,11 +6,11 @@ module QA
module
Fork
class
New
<
Page
::
Base
view
'app/views/projects/forks/_fork_button.html.haml'
do
element
:
namespace
,
'link_to project_forks_path'
# rubocop:disable QA/ElementWithPattern
element
:
fork_namespace_content
end
def
choose_namespace
(
namespace
=
Runtime
::
Namespace
.
path
)
click_
on
namespace
click_
element
(
:fork_namespace_content
)
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