diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-22 13:23:01 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-23 10:40:07 +0000 |
commit | bb0a4c057f25dcdba41be36b96faa808ac80c852 (patch) | |
tree | 1f098353e6942c1bdd65b3f31e76b9b4bf3222c3 /features/steps/dashboard | |
parent | fee01133eafdb46972a22d9806898e79e7245ef2 (diff) | |
download | gitlab-ce-bb0a4c057f25dcdba41be36b96faa808ac80c852.tar.gz |
Fixed failing tests
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r-- | features/steps/dashboard/issues.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/dashboard/issues.rb b/features/steps/dashboard/issues.rb index f4a56865532..93aa77589be 100644 --- a/features/steps/dashboard/issues.rb +++ b/features/steps/dashboard/issues.rb @@ -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) |