Commit 1baf2d8a authored by Desiree Chevalier's avatar Desiree Chevalier

Fix flaky Jira issue import spec

parent 55010526
......@@ -22,6 +22,8 @@ module QA
Page::Project::Menu.perform(&:click_issues)
Page::Project::Issue::Index.perform do |issues_page|
expect(issues_page).to have_content("2 issues successfully imported")
issues_page.click_issue_link(jira_issue_title)
end
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