Commit c1e7351b authored by Alfredo Sumaran's avatar Alfredo Sumaran

Fix broken spec

parent b169046e
......@@ -42,11 +42,10 @@ class Spinach::Features::DashboardIssues < Spinach::FeatureSteps
end
step 'I click "All" link' do
find('.js-author-search').click
find('.dropdown-content a', match: :first).click
find('.js-assignee-search').click
find('.dropdown-content a', match: :first).click
find(".js-author-search").click
find(".dropdown-menu-author li a", match: :first).click
find(".js-assignee-search").click
find(".dropdown-menu-assignee li a", match: :first).click
end
def should_see(issue)
......
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