Commit 2a59f4da authored by Ramya Authappan's avatar Ramya Authappan Committed by Mark Lapierre

Fixing failure due to comment filters

parent b09efd2d
...@@ -46,6 +46,7 @@ module QA ...@@ -46,6 +46,7 @@ module QA
issue.visit! issue.visit!
Page::Project::Issue::Show.perform do |show_page| Page::Project::Issue::Show.perform do |show_page|
show_page.select_all_activities_filter
show_page.comment("/epic #{epic.web_url}") show_page.comment("/epic #{epic.web_url}")
show_page.comment("/remove_epic") show_page.comment("/remove_epic")
expect(show_page).to have_content(/removed from epic/) expect(show_page).to have_content(/removed from epic/)
......
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