Commit 1947c457 authored by Walmyr Lima's avatar Walmyr Lima

Update test to put back a removed method

Also, add a comment explaining the need of it, and a TODO to make
the test completely independent.
parent 3dcfd7a4
......@@ -23,6 +23,10 @@ module QA
end
Page::Project::Issue::Show.perform do |show|
# Due to the randomness of tests execution, sometimes a previous test
# may have changed the filter, which makes the below action needed.
# TODO: Make this test completely independent, not requiring the below step.
show.select_all_activities_filter
show.comment('/promote')
expect(show).to have_content("promoted to 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