Commit a0bd09ab authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fixed tests

parent 8d8c161a
......@@ -50,12 +50,12 @@ class ProjectMilestones < Spinach::FeatureSteps
end
Then "I should see 3 issues" do
page.should have_selector('.milestone-issue-filter tbody tr', count: 4)
page.should have_selector('.milestone-issue-filter tbody tr.hide', count: 1)
page.should have_selector('.milestone-issue-filter li', count: 4)
page.should have_selector('.milestone-issue-filter li.hide', count: 1)
end
Then "I should see 4 issues" do
page.should have_selector('.milestone-issue-filter tbody tr', count: 4)
page.should_not have_selector('.milestone-issue-filter tbody tr.hide')
page.should have_selector('.milestone-issue-filter li', count: 4)
page.should_not have_selector('.milestone-issue-filter li.hide')
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