Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. it "should be able to edit an assignment" do
  2. visit dashboard_path
  3. select(@project.client + " - " + @project.name, :from => "assignment_project_id")
  4. select(@team_member.first_name + " " + @team_member.last_name, :from => "assignment_person_id")
  5. click_button "Create assignment"
  6. page.should have_content(@team_member.first_name)
  7. end
  8.  
  9. cannot select option, no option with text 'Test client - Test project' in select box 'assignment_project_id'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement