Created
November 1, 2018 18:25
-
-
Save mattwr18/34b744cc590d677edbf2f2dea7d99339 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Failing Scenarios: | |
cucumber features/accept_job_application.feature:46 # Scenario: company contact accept a job application | |
cucumber features/accept_job_application.feature:62 # Scenario: company admin accept a job application | |
cucumber features/accept_job_application.feature:79 # Scenario: job developer accept notification when job application accepted | |
cucumber features/agency_admin.feature:211 # Scenario: assign job seeker to agency person | |
cucumber features/agency_admin.feature:250 # Scenario: manage job properties | |
cucumber features/agency_person.feature:45 # Scenario: Case Manager actions | |
cucumber features/agency_person.feature:115 # Scenario: Job Developer actions | |
cucumber features/agency_person.feature:149 # Scenario: Agency Admin actions | |
cucumber features/company_person.feature:95 # Scenario: agency admin can edit and delete company person | |
cucumber features/company_person.feature:246 # Scenario: Company Contact with tasks on home page | |
cucumber features/company_registration.feature:105 # Scenario: attempt login after registration is deleted | |
cucumber features/company_registration.feature:123 # Scenario: company registration denial | |
cucumber features/company_registration.feature:142 # Scenario: attempt login after registration is denied | |
cucumber features/event_management.feature:35 # Scenario: Job Seeker registers in PETS | |
cucumber features/event_management.feature:116 # Scenario: Job developer assigned to job seeker by agency admin | |
cucumber features/event_management.feature:155 # Scenario: Case manager assigned to job seeker by agency admin | |
cucumber features/event_management.feature:194 # Scenario: Job developer assigns self to job seeker | |
cucumber features/event_management.feature:222 # Scenario: Case manager assigns self to job seeker | |
cucumber features/job_application.feature:156 # Scenario: Download resume file_name as a Company Admin | |
cucumber features/job_application.feature:169 # Scenario: Having applicant answer questions during the application process | |
cucumber features/job_application_by_jd.feature:46 # Scenario: Successful application for his job seeker | |
cucumber features/job_application_by_jd.feature:91 # Scenario: job developer cannot apply for his job seeker with CM role | |
cucumber features/job_application_by_jd.feature:99 # Scenario: job developer cannot apply for his job seeker without resume | |
cucumber features/job_application_by_jd.feature:108 # Scenario: Job developer cannot re-apply to the same job when the job has been applied by job seeker | |
cucumber features/job_application_by_jd.feature:123 # Scenario: Job developer cannot apply for his job seeker without consent given | |
cucumber features/job_seeker.feature:136 # Scenario: Agency and Company people actions | |
cucumber features/job_skills.feature:39 # Scenario: Create job with associated skills | |
cucumber features/job_skills.feature:64 # Scenario: Edit job and change associated skills | |
cucumber features/jobs.feature:86 # Scenario: Creating Job Successfully | |
cucumber features/jobs.feature:110 # Scenario: Updating a job successfully | |
cucumber features/jobs.feature:221 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment