Commit 595e5a3e authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'ml-add-testcase-tags' into 'master'

Add testcase tags for default branch name e2e tests

See merge request gitlab-org/gitlab!42654
parents 0490bc91 8d467ba9
......@@ -13,7 +13,7 @@ module QA
Runtime::ApplicationSettings.restore_application_settings(:default_branch_name)
end
it 'sets the default branch name for a new project' do
it 'sets the default branch name for a new project', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1018' do
project = Resource::Project.fabricate_via_api! do |project|
project.name = "default-branch-name"
project.initialize_with_readme = true
......@@ -32,7 +32,7 @@ module QA
end
end
it 'allows a project to be created via the CLI with a different default branch name' do
it 'allows a project to be created via the CLI with a different default branch name', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1019' do
project_name = "default-branch-name-via-cli-#{SecureRandom.hex(8)}"
group = Resource::Group.fabricate_via_api!
......
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