BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
4e712f76
Commit
4e712f76
authored
Mar 28, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce repository_ssh_uri as a project product
parent
ae0c7af2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
project.rb
qa/qa/factory/resource/project.rb
+7
-0
deploy_key_clone_spec.rb
qa/qa/specs/features/project/deploy_key_clone_spec.rb
+1
-4
No files found.
qa/qa/factory/resource/project.rb
View file @
4e712f76
...
...
@@ -17,6 +17,13 @@ module QA
Page
::
Project
::
Show
.
act
{
project_name
}
end
product
:repository_ssh_uri
do
Page
::
Project
::
Show
.
act
do
choose_repository_clone_ssh
repository_location_uri
end
end
def
fabricate!
group
.
visit!
...
...
qa/qa/specs/features/project/deploy_key_clone_spec.rb
View file @
4e712f76
...
...
@@ -46,10 +46,7 @@ module QA
project
.
visit!
repository_uri
=
Page
::
Project
::
Show
.
act
do
choose_repository_clone_ssh
repository_location_uri
end
repository_uri
=
project
.
repository_ssh_uri
gitlab_ci
=
<<~
YAML
cat-config:
...
...
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