Commit e53bee0d authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'quarantine/jira_views_an_issue' into 'master'

Quarantine browser_ui/2_plan/integrations/jira_issues_list_spec.rb

See merge request gitlab-org/gitlab!76654
parents e9140199 34da4850
......@@ -59,7 +59,11 @@ module QA
end
end
it 'views an issue', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348236' do
it(
'views an issue',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348236',
quarantine: { type: :investigating }
) do
EE::Page::Project::Issue::Jira::Index.perform do |jira_index_page|
jira_index_page.click_issue(@issue_key_two)
end
......
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