Commit fdf8fe0d authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-add-reliable-tag-related-issues-scoped-labels-specs' into 'master'

Add reliable tag to related issues and scoped labels e2e tests

See merge request gitlab-org/gitlab!44479
parents b9e903be 90012c1e
# frozen_string_literal: true
module QA
RSpec.describe 'Plan' do
RSpec.describe 'Plan', :reliable do
describe 'Related issues' do
let(:project) do
Resource::Project.fabricate_via_api! do |project|
......
# frozen_string_literal: true
module QA
RSpec.describe 'Plan' do
RSpec.describe 'Plan', :reliable do
describe 'Editing scoped labels on issues' do
let(:initial_label) { 'animal::fox' }
let(:new_label_same_scope) { 'animal::dolphin' }
......
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