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
f3d6ea72
Commit
f3d6ea72
authored
Feb 05, 2021
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update push rules spec testcase link
parent
bcb377af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
qa/qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb
...ures/browser_ui/3_create/repository/push_over_ssh_spec.rb
+3
-2
qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb
...ures/ee/browser_ui/3_create/repository/push_rules_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb
View file @
f3d6ea72
...
@@ -26,7 +26,7 @@ module QA
...
@@ -26,7 +26,7 @@ module QA
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
end
end
it
'pushes code to the repository via SSH'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
969
'
do
it
'pushes code to the repository via SSH'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1678
'
do
Resource
::
Repository
::
ProjectPush
.
fabricate!
do
|
push
|
Resource
::
Repository
::
ProjectPush
.
fabricate!
do
|
push
|
push
.
project
=
project
push
.
project
=
project
push
.
ssh_key
=
@key
push
.
ssh_key
=
@key
...
@@ -41,7 +41,8 @@ module QA
...
@@ -41,7 +41,8 @@ module QA
end
end
end
end
it
'pushes multiple branches and tags together'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/970'
do
it
'pushes multiple branches and tags together'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1679
'
do
branches
=
[]
branches
=
[]
tags
=
[]
tags
=
[]
Git
::
Repository
.
perform
do
|
repository
|
Git
::
Repository
.
perform
do
|
repository
|
...
...
qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb
View file @
f3d6ea72
...
@@ -110,7 +110,7 @@ module QA
...
@@ -110,7 +110,7 @@ module QA
end
end
end
end
it
'rejects non-member users'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
879
'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/224465'
,
type: :investigating
}
do
it
'rejects non-member users'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1677
'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/224465'
,
type: :investigating
}
do
non_member_user
=
Resource
::
User
.
new
.
tap
do
|
user
|
non_member_user
=
Resource
::
User
.
new
.
tap
do
|
user
|
user
.
username
=
''
user
.
username
=
''
user
.
password
=
''
user
.
password
=
''
...
...
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