summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-19 12:14:36 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-19 12:14:36 +0300
commitccdea8b80dc3b7642c5d99e8f5dc8e80ed1e19c2 (patch)
treefdb3ebe23eb8611c082e73dfd9cb887c173f6b66
parent8e3a2def8af612689ddc830a3eab9e463b8bc205 (diff)
downloadgitlab-ce-ccdea8b80dc3b7642c5d99e8f5dc8e80ed1e19c2.tar.gz
Fix dashboard random test fail
-rw-r--r--features/step_definitions/dashboard_steps.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/step_definitions/dashboard_steps.rb b/features/step_definitions/dashboard_steps.rb
index bd9d69b8531..90c3a69cfb8 100644
--- a/features/step_definitions/dashboard_steps.rb
+++ b/features/step_definitions/dashboard_steps.rb
@@ -93,11 +93,11 @@ end
Given /^I have assigned issues$/ do
project1 = Factory :project,
:path => "project1",
- :code => "TEST1"
+ :code => "gitlabhq_1"
project2 = Factory :project,
:path => "project2",
- :code => "TEST2"
+ :code => "gitlabhq_2"
project1.add_access(@user, :read, :write)
project2.add_access(@user, :read, :write)
@@ -116,11 +116,11 @@ end
Given /^I have authored merge requests$/ do
project1 = Factory :project,
:path => "project1",
- :code => "TEST1"
+ :code => "gitlabhq_1"
project2 = Factory :project,
:path => "project2",
- :code => "TEST2"
+ :code => "gitlabhq_2"
project1.add_access(@user, :read, :write)
project2.add_access(@user, :read, :write)