Commit d6440782 authored by Walmyr Lima's avatar Walmyr Lima

Separate actions from assertions

parent b6dc2455
......@@ -43,9 +43,11 @@ module QA
EE::Page::Group::Epic::Show.perform do |show_page|
show_page.add_issue_to_epic(issue.web_url)
expect(show_page).to have_content('added issue')
show_page.remove_issue_from_epic
expect(show_page).to have_content('removed issue')
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