Commit 49562866 authored by Walmyr Lima's avatar Walmyr Lima

Update existing test due to page object renaming

parent 8aecc60f
......@@ -41,8 +41,8 @@ module QA
show.click_milestone_link
end
Page::Project::Milestone::Index.perform do |index|
expect(index.total_issue_weight_value).to have_content(weight)
Page::Project::Milestone::Show.perform do |show|
expect(show.total_issue_weight_value).to have_content(weight)
end
Page::Project::Menu.perform(&:click_issues)
......
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