diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-05-26 11:45:23 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-05-26 11:45:23 +0300 |
commit | 272d482f17c3bc97b1ae54be5e545389ba4246dc (patch) | |
tree | 3074be7369a96b266b5e4ff3426114107948ee11 /features/steps/user.rb | |
parent | 0378c5b8792cdfc973df932eb64d1a2d685c8792 (diff) | |
parent | adc64e4583dc42399f681a9b17490f98b8c4bec0 (diff) | |
download | gitlab-ce-sidebar-expand-collapse.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into sidebar-expand-collapsesidebar-expand-collapse
Diffstat (limited to 'features/steps/user.rb')
-rw-r--r-- | features/steps/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/user.rb b/features/steps/user.rb index b1d088f07f9..59385a6ab59 100644 --- a/features/steps/user.rb +++ b/features/steps/user.rb @@ -34,7 +34,7 @@ class Spinach::Features::User < Spinach::FeatureSteps end step 'I should see contributions calendar' do - expect(page).to have_css('.cal-heatmap-container') + expect(page).to have_css('.js-contrib-calendar') end def contributed_project |