Skip to content

Instantly share code, notes, and snippets.

@tansaku
Created January 25, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tansaku/57063e06d358d5b13985bcc0c7f29e83 to your computer and use it in GitHub Desktop.
Save tansaku/57063e06d358d5b13985bcc0c7f29e83 to your computer and use it in GitHub Desktop.
cuke-fails-metplus
expected to find text "Job Application: hr manager by John Seeker is accepted" in "MET|PLUS Home Jobs About Contact Hello, Dave Signed in successfully. × Add Job Seeker Your Open Tasks Your Closed Tasks No outstanding tasks Your Job Seekers (as JD) Job Seekers without a JD Name Status Last Login Search Matching Jobs Seeker, John Unemployed Seeking No resume on file Seeker, June Unemployed Seeking No resume on file ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/accept_job_application.feature:92:in `And I should see "Job Application: hr manager by John Seeker is accepted"'
expected to find text "Job Seeker: Paula Jones has joined PETS." in "MET|PLUS Home Jobs About Contact Admin Hello, John Signed in successfully. × Add Job Seeker Unassigned Tasks Your Open Tasks All Open Tasks All Closed Tasks No outstanding tasks ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/event_management.feature:59:in `And I should see "Job Seeker: Paula Jones has joined PETS."'
expected to find text "Company: Widgets, Inc. has registered in PETS." in "MET|PLUS Home Jobs About Contact Admin Hello, John Signed in successfully. × Add Job Seeker Unassigned Tasks Your Open Tasks All Open Tasks All Closed Tasks No outstanding tasks ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/event_management.feature:101:in `And I should see "Company: Widgets, Inc. has registered in PETS."'
expected to find text "Dave Developer has been assigned to you as your MetPlus Job Developer" in "MET|PLUS Home Jobs About Contact Hello, Sam Signed in successfully. × Your Applications New Job Opportunities Your Profile None ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/event_management.feature:141:in `And I should see "Dave Developer has been assigned to you as your MetPlus Job Developer"'
expected to find text "Jane Jones has been assigned to you as your MetPlus Case Manager" in "MET|PLUS Home Jobs About Contact Hello, Sam Signed in successfully. × Your Applications New Job Opportunities Your Profile None ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/event_management.feature:180:in `And I should see "Jane Jones has been assigned to you as your MetPlus Case Manager"'
expected to find text "Dave Developer has been assigned to you as your MetPlus Job Developer" in "MET|PLUS Home Jobs About Contact Hello, Sam Signed in successfully. × Your Applications New Job Opportunities Your Profile None ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/event_management.feature:215:in `And I should see "Dave Developer has been assigned to you as your MetPlus Job Developer"'
expected to find text "Jane Jones has been assigned to you as your MetPlus Case Manager" in "MET|PLUS Home Jobs About Contact Hello, Sam Signed in successfully. × Your Applications New Job Opportunities Your Profile None ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/event_management.feature:243:in `And I should see "Jane Jones has been assigned to you as your MetPlus Case Manager"'
expected to find text "Job Seeker: John Seeker has applied to this job" in "MET|PLUS Home Jobs About Contact Hello, Jane Signed in successfully. × Add Job Seeker Your Open Tasks Your Closed Tasks No outstanding tasks Your Job Seekers (as JD) Job Seekers without a JD Name Status Last Login Search Matching Jobs Seeker, John Unemployed Seeking ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/job_application.feature:93:in `And I should see "Job Seeker: John Seeker has applied to this job"'
expected to find text "Your job developer has applied to this job for you" in "MET|PLUS Home Jobs About Contact Hello, John Signed in successfully. × Your Applications New Job Opportunities Your Profile None ® MetPlus 2018 | Terms and Conditions Apply | All Rights Reserved Home | About | Contact" (Capybara::ExpectationNotMet)
features/job_application_by_jd.feature:62:in `And I should see "Your job developer has applied to this job for you"'
Could not find the notification (RuntimeError)
./features/step_definitions/notifications_steps.rb:12:in `/^I should( not)? see notification "([^"]*)"/'
features/reject_job_application.feature:79:in `And I should see notification "Job Application: hr manager by John Seeker is rejected."'
Failing Scenarios:
cucumber features/accept_job_application.feature:79 # Scenario: job developer accept notification when job application accepted
cucumber features/event_management.feature:35 # Scenario: Job Seeker registers in PETS
cucumber features/event_management.feature:65 # Scenario: Company registration request 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:49 # Scenario: Job seeker applies to job
cucumber features/job_application_by_jd.feature:46 # Scenario: Successful application for his job seeker
cucumber features/reject_job_application.feature:61 # Scenario: job developer reject notification when job application rejected
113 scenarios (10 failed, 103 passed)
2868 steps (10 failed, 75 skipped, 2783 passed)
13m22.769s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment