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
927dde77
Commit
927dde77
authored
Dec 26, 2018
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use existing users if signup disabled
parent
49410a8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/browser_ui/3_create/repository/ee_assign_code_owners_spec.rb
...wser_ui/3_create/repository/ee_assign_code_owners_spec.rb
+2
-2
No files found.
qa/qa/specs/features/browser_ui/3_create/repository/ee_assign_code_owners_spec.rb
View file @
927dde77
...
...
@@ -9,8 +9,8 @@ module QA
# Create one user to be the assigned approver and another user who will
# not be an approver
approver
=
Resource
::
User
.
fabricate
!
non_approver
=
Resource
::
User
.
fabricate
!
approver
=
Resource
::
User
.
fabricate
_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
non_approver
=
Resource
::
User
.
fabricate
_or_use
(
Runtime
::
Env
.
gitlab_qa_username_2
,
Runtime
::
Env
.
gitlab_qa_password_2
)
# Create a project and assign the users to it
project
=
Resource
::
Project
.
fabricate!
do
|
project
|
...
...
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