feature tests
This commit is contained in:
parent
cd47e625f0
commit
d24fd32aa5
3 changed files with 18 additions and 0 deletions
|
@ -33,6 +33,10 @@ module SharedPaths
|
|||
visit dashboard_path
|
||||
end
|
||||
|
||||
Given 'I visit dashboard projects page' do
|
||||
visit projects_dashboard_path
|
||||
end
|
||||
|
||||
Given 'I visit dashboard issues page' do
|
||||
visit issues_dashboard_path
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue