Guest User

Untitled

a guest
Apr 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Given the default settings are present
  2.  
  3. Given the following agency people exist:
  4. | agency | role | first_name | last_name | email | password |
  5. | MetPlus | JD | Jane | Jones | jane@metplus.org | qwerty123 |
  6.  
  7. Given the following companies exist:
  8. | agency | name | website | phone | email | job_email | ein | status |
  9. | MetPlus | Widgets Inc. | widgets.com | 555-222-3333 | corp@ymail.com | corp@ymail.com | 12-3456789 | active |
  10.  
  11. Given the following company people exist:
  12. | company | role | first_name | last_name | email | password | phone |
  13. | Widgets Inc. | CA | John | Smith | carter@ymail.com | qwerty123 | 555-222-3334 |
  14.  
  15. Given the following jobs exist:
  16. | title | company_job_id | description | company | creator | number_of_openings |
  17. | software developer | KRK01K | internship position with pay| Widgets Inc. | carter@ymail.com | 2 |
  18.  
  19. Given the following jobseekers exist:
  20. | first_name| last_name| email | phone | password |password_confirmation| year_of_birth |job_seeker_status |
  21. | John | Seeker | john.seeker@gmail.com | 345-890-7890| password |password | 1990 |Unemployed Seeking |
  22.  
  23. Given the following resumes exist:
  24. | file_name | job_seeker |
  25. | Janitor-Resume.doc | john.seeker@gmail.com |
  26.  
  27. Given the following job applications exist:
  28. | job title | job seeker |
  29. | software developer | john.seeker@gmail.com |
  30.  
  31. Given And I login as "carter@ymail.com" with password "qwerty123"
Add Comment
Please, Sign In to add comment