summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 23:37:50 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 23:37:50 +0300
commite51b2d58e7e751b62d1d924e3c494117fd9d0604 (patch)
tree9c6b65020aca3b120e1ef9c353a443c3ee491a51 /features
parent42abdf69d59ecf28688af5994ff2e324c50a6d33 (diff)
downloadgitlab-ce-e51b2d58e7e751b62d1d924e3c494117fd9d0604.tar.gz
Restyled last push widget. Increased line-height for td in tables
Diffstat (limited to 'features')
-rw-r--r--features/steps/dashboard/dashboard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index a9416f735be..b22b2465763 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -16,7 +16,7 @@ class Dashboard < Spinach::FeatureSteps
end
Then 'I should see last push widget' do
- page.should have_content "You pushed to branch new_design"
+ page.should have_content "You pushed to new_design"
page.should have_link "Create Merge Request"
end