diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-24 21:34:06 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-24 21:34:06 +0100 |
commit | aabe93ce9c2c4947595f6d29628d5e1030bfb372 (patch) | |
tree | f6fb31deb76bf137000481c2fb436984117f9522 /features/steps/dashboard/issues.rb | |
parent | 3549d7c1d402c10c567c239b006132c45b0c0d1e (diff) | |
parent | 3028a7d25a88ccf7352eec2a7238fe555cc770e1 (diff) | |
download | gitlab-ce-aabe93ce9c2c4947595f6d29628d5e1030bfb372.tar.gz |
Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296
Diffstat (limited to 'features/steps/dashboard/issues.rb')
-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) |