Commit 3ae7b731 authored by Andrejs Cunskis's avatar Andrejs Cunskis Committed by Anastasia McDonald

E2E: Promote specs to reliable

parent 0bd90233
......@@ -2,7 +2,7 @@
module QA
RSpec.describe 'Manage' do
describe 'Create project badge' do
describe 'Create project badge', :reliable do
let(:badge_name) { "project-badge-#{SecureRandom.hex(8)}" }
let(:expected_badge_link_url) { "#{Runtime::Scenario.gitlab_address}/#{project.path_with_namespace}" }
let(:expected_badge_image_url) { "#{Runtime::Scenario.gitlab_address}/#{project.path_with_namespace}/badges/main/pipeline.svg" }
......
......@@ -2,7 +2,7 @@
module QA
RSpec.describe 'Manage' do
describe 'Personal project permissions' do
describe 'Personal project permissions', :reliable do
let!(:owner) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1) }
let!(:owner_api_client) { Runtime::API::Client.new(:gitlab, user: owner) }
......
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