summaryrefslogtreecommitdiff
path: root/features/steps/shared/project.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 23:33:13 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 23:33:13 +0300
commitbd72c74dab2f97b86f3112306c41aeedb63fea23 (patch)
tree072ba618072aefa170762be3d093c344cc769224 /features/steps/shared/project.rb
parent394ac378f806db8d521e13709bdd3a3e5550399d (diff)
downloadgitlab-ce-bd72c74dab2f97b86f3112306c41aeedb63fea23.tar.gz
Fix dashboard tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/shared/project.rb')
-rw-r--r--features/steps/shared/project.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index e31d349a45f..655840f447d 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -26,8 +26,8 @@ module SharedProject
data = {
before: "0000000000000000000000000000000000000000",
- after: "0220c11b9a3e6c69dc8fd35321254ca9a7b98f7e",
- ref: "refs/heads/new_design",
+ after: "6d394385cf567f80a8fd85055db1ab4c5295806f",
+ ref: "refs/heads/fix",
user_id: @user.id,
user_name: @user.name,
repository: {
@@ -49,7 +49,7 @@ module SharedProject
Then 'I should see project "Shop" activity feed' do
project = Project.find_by(name: "Shop")
- page.should have_content "#{@user.name} pushed new branch new_design at #{project.name_with_namespace}"
+ page.should have_content "#{@user.name} pushed new branch fix at #{project.name_with_namespace}"
end
Then 'I should see project settings' do