Commit 66e8a39b authored by Phil Hughes's avatar Phil Hughes

fixed new milstone button not being visible

parent c53d5cea
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.nav-controls .nav-controls
= render 'shared/milestones_sort_dropdown' = render 'shared/milestones_sort_dropdown'
- if can?(current_user, :admin_milestone, @project) - if can?(current_user, :admin_milestone, @project)
= link_to new_project_milestone_path(@project), class: "btn btn-new visible-xs", title: 'New milestone' do = link_to new_project_milestone_path(@project), class: "btn btn-new", title: 'New milestone' do
New milestone New milestone
.milestones .milestones
......
...@@ -62,9 +62,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps ...@@ -62,9 +62,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end end
step 'I click link "New issue"' do step 'I click link "New issue"' do
page.within '.nav-controls' do page.has_link?('New Issue') ? click_link('New Issue') : click_link('New issue')
page.has_link?('New Issue') ? click_link('New Issue') : click_link('New issue')
end
end end
step 'I click "author" dropdown' do step 'I click "author" dropdown' do
......
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