Commit 90a52d6b authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-quarantine-only-add-and-delete-email-spec' into 'master'

Move quarantine to context and tag it as bug

See merge request gitlab-org/gitlab!32214
parents 6dba3453 30026d04
......@@ -2,7 +2,7 @@
require 'securerandom'
module QA
context 'Manage', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/207741', type: :flaky } do
context 'Manage' do
shared_examples 'audit event' do |expected_events|
it 'logs audit events for UI operations' do
sign_in
......@@ -54,7 +54,7 @@ module QA
it_behaves_like 'audit event', ["Added SSH key"]
end
context 'Add and delete email' do
context 'Add and delete email', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/217831', type: :bug } do
before do
sign_in
new_email_address = 'new_email@example.com'
......
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