Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4381084a
Commit
4381084a
authored
Aug 24, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trying to get rid of random dashboard/issues cucumber fail
parent
b962bcd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
features/step_definitions/dashboard_steps.rb
features/step_definitions/dashboard_steps.rb
+4
-12
No files found.
features/step_definitions/dashboard_steps.rb
View file @
4381084a
...
...
@@ -91,26 +91,18 @@ Then /^I should see my merge requests$/ do
end
Given
/^I have assigned issues$/
do
project1
=
Factory
:project
,
:path
=>
"project1"
,
:code
=>
"gitlabhq_1"
project2
=
Factory
:project
,
:path
=>
"project2"
,
:code
=>
"gitlabhq_2"
project1
.
add_access
(
@user
,
:read
,
:write
)
project2
.
add_access
(
@user
,
:read
,
:write
)
project
=
Factory
:project
project
.
add_access
(
@user
,
:read
,
:write
)
issue1
=
Factory
:issue
,
:author
=>
@user
,
:assignee
=>
@user
,
:project
=>
project
1
:project
=>
project
issue2
=
Factory
:issue
,
:author
=>
@user
,
:assignee
=>
@user
,
:project
=>
project
2
:project
=>
project
end
Given
/^I have authored merge requests$/
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment