Fixed failing tests

This commit is contained in:
Phil Hughes 2016-03-22 13:23:01 +00:00
parent fee01133ea
commit bb0a4c057f
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ class Spinach::Features::DashboardIssues < Spinach::FeatureSteps
step 'I click "All" link' do
find('.js-author-search').click
find('.dropdown-menu-user-full-name', match: :first).click
find('.dropdown-content a', match: :first).click
find('.js-assignee-search').click
find('.dropdown-menu-user-full-name', match: :first).click
find('.dropdown-content a', match: :first).click
end
def should_see(issue)