it'shows the just created board with a "Doing" (label) list, and an issue on it',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/606'do
it'shows the just created board with a "Doing" (label) list, and an issue on it',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/606'do
it'shows the just created board with a "1.0" (milestone) list, and an issue on it',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/607'do
it'shows the just created board with a "1.0" (milestone) list, and an issue on it',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/607'do
it'shows the just created board with an assignee list, and an issue on it',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/608'do
it'shows the just created board with an assignee list, and an issue on it',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/608'do
it'shows the set weight in the issue page, in the milestone page, and in the issues list page',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/583'do
it'shows the set weight in the issue page, in the milestone page, and in the issues list page',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/583'do
it'locks a file and tries to push as a second user',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/558'do
it'locks a file and tries to push as a second user',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/558'do
sign_out_and_sign_in_asuser: @user_one
go_to_file
click_lock
...
...
@@ -48,7 +48,7 @@ module QA
expect_no_error_on_pushas_user: @user_one
end
it'checks file locked by other user to be disabled',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/556'do
it'checks file locked by other user to be disabled',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/556'do
go_to_file
click_lock
sign_out_and_sign_in_asuser: @user_one
...
...
@@ -59,7 +59,7 @@ module QA
end
end
it'creates a merge request and fails to merge',quarantine: {issue: 'https://gitlab.com/gitlab-org/gitlab/issues/40125',type: :bug},status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/559'do
it'creates a merge request and fails to merge',quarantine: {issue: 'https://gitlab.com/gitlab-org/gitlab/issues/40125',type: :bug},testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/559'do
# Use Admin credentials as a workaround for a permissions bug
# See https://gitlab.com/gitlab-org/gitlab/issues/13769
describe'Pull mirror a repository over HTTP',:requires_admindo
it'configures and syncs a (pull) mirrored repository with password auth',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/520'do
it'configures and syncs a (pull) mirrored repository with password auth',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/520'do
it'creates an incident template and opens an incident with template applied',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/981'do
it'creates an incident template and opens an incident with template applied',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/981'do
let(:file_content_secondary){'This is a Geo project! Commit from secondary.'}
context'regular git commit'do
it'is redirected to the primary and ultimately replicated to the secondary',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/700'do
it'is redirected to the primary and ultimately replicated to the secondary',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/700'do
file_name='README.md'
project=nil
...
...
@@ -89,7 +89,7 @@ module QA
end
context'git-lfs commit'do
it'is redirected to the primary and ultimately replicated to the secondary',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/699'do
it'is redirected to the primary and ultimately replicated to the secondary',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/699'do
let(:file_content_secondary){'This is a Geo project! Commit from secondary.'}
context'regular git commit'do
it'is proxied to the primary and ultimately replicated to the secondary',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/698'do
it'is proxied to the primary and ultimately replicated to the secondary',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/698'do
file_name='README.md'
key_title="Geo SSH to 2nd #{Time.now.to_f}"
project=nil
...
...
@@ -90,7 +90,7 @@ module QA
end
context'git-lfs commit'do
it'is proxied to the primary and ultimately replicated to the secondary',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/697'do
it'is proxied to the primary and ultimately replicated to the secondary',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/697'do
it'is redirected to the primary and ultimately replicated to the secondary',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/693'do
it'is redirected to the primary and ultimately replicated to the secondary',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/693'do
QA::Runtime::Logger.debug('Visiting the secondary geo node')
it'proxies wiki commit to primary node and ultmately replicates to secondary node',status_issue: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/694'do
it'proxies wiki commit to primary node and ultmately replicates to secondary node',testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/694'do
QA::Runtime::Logger.debug('*****Visiting the secondary geo node*****')