summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)