diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-27 12:45:14 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-16 12:22:17 +0100 |
commit | 1c9440c2cf171e919f3e7317e9a9827576f9aafd (patch) | |
tree | d175a17498200161b8cd4c7425899a75591b3140 | |
parent | c3de94404099193c0ca6551ef149da1522adacd1 (diff) | |
download | gitlab-ce-1c9440c2cf171e919f3e7317e9a9827576f9aafd.tar.gz |
tests update
-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 |