diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-21 18:41:22 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-21 18:41:22 +0300 |
commit | 77cf662034a7187fe7e223e6d16b664b7b525d25 (patch) | |
tree | 4b00a9a94bfad3cd1a4b21456215997e7569ee8c /features | |
parent | ed247b3893b8af5bfc266ebc03cc029ca31c800f (diff) | |
download | gitlab-ce-77cf662034a7187fe7e223e6d16b664b7b525d25.tar.gz |
Pushed widget improved
Diffstat (limited to 'features')
-rw-r--r-- | features/step_definitions/dashboard_steps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/dashboard_steps.rb b/features/step_definitions/dashboard_steps.rb index ef48a850324..7133d799995 100644 --- a/features/step_definitions/dashboard_steps.rb +++ b/features/step_definitions/dashboard_steps.rb @@ -42,7 +42,7 @@ Given /^project "(.*?)" has push event$/ do |arg1| end Then /^I should see last push widget$/ do - page.should have_content "Your last push was to branch new_design" + page.should have_content "Your pushed to branch new_design" page.should have_link "Create Merge Request" end |