diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-10-22 23:37:50 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-10-22 23:37:50 +0300 |
commit | e51b2d58e7e751b62d1d924e3c494117fd9d0604 (patch) | |
tree | 9c6b65020aca3b120e1ef9c353a443c3ee491a51 /features | |
parent | 42abdf69d59ecf28688af5994ff2e324c50a6d33 (diff) | |
download | gitlab-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.rb | 2 |
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 |