Commit f3d6ea72 authored by Desiree Chevalier's avatar Desiree Chevalier

Update push rules spec testcase link

parent bcb377af
...@@ -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|
......
...@@ -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 = ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment