summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-22 14:35:27 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-22 14:35:27 -0700
commit54aca18cf856a18bdd121a3db25d2a64b9e0844d (patch)
treedfac4e8a97b290f318fea1553e023eb5b1d3a47b /features
parent43afe46bbd19b1edf60abf3f104fb2b0d29af564 (diff)
downloadgitlab-ce-54aca18cf856a18bdd121a3db25d2a64b9e0844d.tar.gz
Contribution calendar will use events instead of commits to count contributions
Diffstat (limited to 'features')
-rw-r--r--features/steps/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/user.rb b/features/steps/user.rb
index e6086bfc1c9..5939c28a000 100644
--- a/features/steps/user.rb
+++ b/features/steps/user.rb
@@ -35,7 +35,7 @@ class Spinach::Features::User < Spinach::FeatureSteps
step 'I should see contributions calendar' do
within '.calendar' do
- page.should have_css('.graph-rect.r2.q2')
+ page.should have_css('.graph-rect.r3.q3')
end
end