diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 19:47:23 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 19:47:23 -0700 |
commit | b449bc5b77aa658db67ebcb25f709fe51c29b129 (patch) | |
tree | 89db2666ae727b1125104e92dc6d3757f32a784d /features | |
parent | 8494170550063c2d0308963cbd14cb46a292c401 (diff) | |
download | gitlab-ce-b449bc5b77aa658db67ebcb25f709fe51c29b129.tar.gz |
Improve user calendar testimprove-contributions-calendar
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/user.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/user.rb b/features/steps/user.rb index 5939c28a000..10cae692a88 100644 --- a/features/steps/user.rb +++ b/features/steps/user.rb @@ -34,9 +34,7 @@ class Spinach::Features::User < Spinach::FeatureSteps end step 'I should see contributions calendar' do - within '.calendar' do - page.should have_css('.graph-rect.r3.q3') - end + page.should have_css('.cal-heatmap-container') end def contributed_project |