Replace projects_box with ui-box. Fixed team spinach test
This commit is contained in:
parent
e84df44ea0
commit
88d42c2e1c
8 changed files with 15 additions and 20 deletions
|
@ -206,12 +206,8 @@ class Userteams < Spinach::FeatureSteps
|
|||
visit team_path(team)
|
||||
end
|
||||
|
||||
When 'I click on link "Projects"' do
|
||||
click_link "Projects"
|
||||
end
|
||||
|
||||
And 'I click link "Assign project to Team"' do
|
||||
click_link "Assign project to Team"
|
||||
When 'I click on link "Assign Project"' do
|
||||
click_link "Assign Project"
|
||||
end
|
||||
|
||||
Then 'I should see form with my own project in avaliable projects list' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue