summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-21 18:41:22 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-21 18:41:22 +0300
commit77cf662034a7187fe7e223e6d16b664b7b525d25 (patch)
tree4b00a9a94bfad3cd1a4b21456215997e7569ee8c /features
parented247b3893b8af5bfc266ebc03cc029ca31c800f (diff)
downloadgitlab-ce-77cf662034a7187fe7e223e6d16b664b7b525d25.tar.gz
Pushed widget improved
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/dashboard_steps.rb2
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