Commit ffff7832 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'e2e-unquarantine-fulfillment' into 'master'

Unquarantine fulfillment tests and update bug link

See merge request gitlab-org/gitlab!74614
parents 8f59ae21 7869f467
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344516', type: :bug } do RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging } do
describe 'Purchase' do describe 'Purchase' do
let(:user) do let(:user) do
Resource::User.fabricate_via_api! do |user| Resource::User.fabricate_via_api! do |user|
......
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344516', type: :bug } do RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/345674', type: :bug } do
context 'Purchase CI minutes' do context 'Purchase CI minutes' do
# the quantity of products to purchase # the quantity of products to purchase
let(:purchase_quantity) { 5 } let(:purchase_quantity) { 5 }
......
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging }, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/344516', type: :bug } do RSpec.describe 'Fulfillment', :requires_admin, only: { subdomain: :staging } do
describe 'Purchase' do describe 'Purchase' do
describe 'group plan' do describe 'group plan' do
let(:hash) { SecureRandom.hex(4) } let(:hash) { SecureRandom.hex(4) }
......
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