Skip to content
Snippets Groups Projects
Commit ccdea8b8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix dashboard random test fail

parent 8e3a2def
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment