Commit eeef2c73 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
parent f1ec62f4
%li{ 'data-iid' => issue.iid, 'data-url' => project_issue_path(@project, issue) }
%li{ class: 'issue-row', 'data-iid' => issue.iid, 'data-url' => project_issue_path(@project, issue) }
%span.str-truncated
= link_to [@project, issue] do
%span.cgray ##{issue.iid}
......
......@@ -54,6 +54,6 @@ class ProjectMilestones < Spinach::FeatureSteps
end
Then "I should see 3 issues" do
page.should have_selector('#tab-issues li', count: 4)
page.should have_selector('#tab-issues li.issue-row', count: 4)
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