Skip to content

Instantly share code, notes, and snippets.

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 sjtipton/5405349 to your computer and use it in GitHub Desktop.
Save sjtipton/5405349 to your computer and use it in GitHub Desktop.
Failures:
1) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc should re-arrange cards so that the card with higher score is first
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0c2a5d68>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
2) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page should have second applicant's name
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d064bb450>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
3) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page should display '2 / 3'
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0a63db58>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
4) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next should have third applicant's name
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d04a6e7c8>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
5) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next should display '3 / 3'
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0a187e60>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
6) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking previous should have first applicant's name
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0c319038>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
7) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking previous should display '1 / 3'
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d090eb200>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
8) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next twice should have first applicant's name
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0a349ca8>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
9) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next twice should display '1 / 3'
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0a1f92e0>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
10) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking up should have three applicant's cards
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d0a59f4a8>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
11) A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking up should persist sorting order
Failure/Error: @second_card_name = @sorted_cards.second.find("h3").text
NoMethodError:
undefined method `second' for #<Capybara::Result:0x007f9d07b9ea50>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:70:in `block (6 levels) in <top (required)>'
12) A Hiring Manager can sort job applications by Screening Score or Date as a signed in Hiring Manager when on Job Applications index page for job posting with two applications sorting options sorting by Applied Date asc should re-arrange cards so that the older card is first
Failure/Error: @sorted_cards.first.text.should == @older_card.text
Selenium::WebDriver::Error::StaleElementReferenceError:
Element not found in the cache - perhaps the page has changed since it was looked up
# [remote server] resource://fxdriver/modules/web_element_cache.js:7349:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:6946:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:9860:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10421:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10426:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10366:in `unknown'
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_sort_job_applications_with_score_spec.rb:88:in `block (6 levels) in <top (required)>'
13) A Hiring Manager can sort job applications by Screening Score or Date as a signed in Hiring Manager when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc should re-arrange cards so that the card with higher score is first
Failure/Error: @sorted_cards.first.text.should == @card_with_score.text
Selenium::WebDriver::Error::StaleElementReferenceError:
Element not found in the cache - perhaps the page has changed since it was looked up
# [remote server] resource://fxdriver/modules/web_element_cache.js:7349:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:6946:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:9860:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10421:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10426:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10366:in `unknown'
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_sort_job_applications_with_score_spec.rb:100:in `block (6 levels) in <top (required)>'
14) A Hiring Manager can sort job applications by Screening Score or Date as a signed in Hiring Manager when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score asc should re-arrange cards so that the card with lower score is first
Failure/Error: @sorted_cards.first.text.should == @card_without_score.text
Selenium::WebDriver::Error::StaleElementReferenceError:
Element not found in the cache - perhaps the page has changed since it was looked up
# [remote server] resource://fxdriver/modules/web_element_cache.js:7349:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:6946:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:9860:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10421:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10426:in `unknown'
# [remote server] file:///var/folders/fx/_hcqg6g155jdy5ghngrk2tv40000gq/T/webdriver-profile20120730-48633-1xazjbo/extensions/fxdriver@googlecode.com/components/command_processor.js:10366:in `unknown'
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_sort_job_applications_with_score_spec.rb:112:in `block (6 levels) in <top (required)>'
15) A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score a card without the filled out survey should display 'Not Completed'
Failure/Error: @card_without_score = @cards.shift
NoMethodError:
undefined method `shift' for #<Capybara::Result:0x007f9d0ebbd1d8>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:60:in `block (5 levels) in <top (required)>'
16) A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score a card with the filled out survey should display link with text '60 out of 60'
Failure/Error: @card_without_score = @cards.shift
NoMethodError:
undefined method `shift' for #<Capybara::Result:0x007f9d09374b48>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:60:in `block (5 levels) in <top (required)>'
17) A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score displaying completed survey to the hiring_manager should pop up a light box with completed survey information
Failure/Error: @card_without_score = @cards.shift
NoMethodError:
undefined method `shift' for #<Capybara::Result:0x007f9d04102270>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:60:in `block (5 levels) in <top (required)>'
18) A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score displaying completed survey to the hiring_manager should display applicant's answers in the lightbox
Failure/Error: @card_without_score = @cards.shift
NoMethodError:
undefined method `shift' for #<Capybara::Result:0x007f9d10049548>
# ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:60:in `block (5 levels) in <top (required)>'
Finished in 12 minutes 53.39 seconds
240 examples, 18 failures
Failed examples:
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:74 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc should re-arrange cards so that the card with higher score is first
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:84 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page should have second applicant's name
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:90 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page should display '2 / 3'
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:108 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next should have third applicant's name
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:114 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next should display '3 / 3'
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:126 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking previous should have first applicant's name
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:132 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking previous should display '1 / 3'
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:146 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next twice should have first applicant's name
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:152 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking next twice should display '1 / 3'
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:164 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking up should have three applicant's cards
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_navigate_job_applications_spec.rb:170 # A Hiring Manager can navigate job applications show pages as a signed in Company Admin when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc navigate into application show page navigating between job applications clicking up should persist sorting order
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_sort_job_applications_with_score_spec.rb:87 # A Hiring Manager can sort job applications by Screening Score or Date as a signed in Hiring Manager when on Job Applications index page for job posting with two applications sorting options sorting by Applied Date asc should re-arrange cards so that the older card is first
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_sort_job_applications_with_score_spec.rb:99 # A Hiring Manager can sort job applications by Screening Score or Date as a signed in Hiring Manager when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score desc should re-arrange cards so that the card with higher score is first
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_sort_job_applications_with_score_spec.rb:111 # A Hiring Manager can sort job applications by Screening Score or Date as a signed in Hiring Manager when on Job Applications index page for job posting with two applications sorting options sorting by Screening Score asc should re-arrange cards so that the card with lower score is first
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:64 # A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score a card without the filled out survey should display 'Not Completed'
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:68 # A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score a card with the filled out survey should display link with text '60 out of 60'
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:82 # A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score displaying completed survey to the hiring_manager should pop up a light box with completed survey information
rspec ./spec/acceptance/webdriver-dependent/users/hiring_manager/hiring_manager_view_job_applications_with_score_spec.rb:94 # A Hiring Manager can see applicant's screening questions score and answers as a signed in Hiring Manager when on Job Applications index page for job posting with two applications displaying applicants score displaying completed survey to the hiring_manager should display applicant's answers in the lightbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment