Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yahoo: expected to find css ".First.Last" 1 time but there were no matches #14

Open
TNT-c opened this issue Sep 16, 2020 · 7 comments
Open

Comments

@TNT-c
Copy link

TNT-c commented Sep 16, 2020

Unable to add player:

RSpec::Repeat: 1st try error in ./spec/yahoo/add_free_agent.rb:49:
expected to find css ".First.Last" 1 time but there were no matches
RSpec::Repeat: 2nd try error in ./spec/yahoo/add_free_agent.rb:49:
expected to find css ".First.Last" 1 time but there were no matches
RSpec::Repeat: 3rd try error in ./spec/yahoo/add_free_agent.rb:49:
expected to find css ".First.Last" 1 time but there were no matches
F

Failures:

  1. Add free agents to Fantasy Football league Log in and add/drop player
    Failure/Error: page.should have_css('.First.Last', :count => 1)
    expected to find css ".First.Last" 1 time but there were no matches

    ./spec/yahoo/add_free_agent.rb:21:in `add_drop'

    ./spec/yahoo/add_free_agent.rb:50:in `block (2 levels) in <top (required)>'

    ./spec/spec_helper.rb:26:in `block (2 levels) in <top (required)>'

Finished in 3 minutes 4 seconds (files took 13.67 seconds to load)
1 example, 1 failure

Failed examples:

rspec ./spec/yahoo/add_free_agent.rb:49 # Add free agents to Fantasy Football league Log in and add/drop player

@superflysocal
Copy link

I am having the same issue. is this currently still working?

@superflysocal
Copy link

Unable to add player:

RSpec::Repeat: 1st try error in ./spec/yahoo/add_free_agent.rb:49:
expected to find css ".First.Last" 1 time but there were no matches
RSpec::Repeat: 2nd try error in ./spec/yahoo/add_free_agent.rb:49:
expected to find css ".First.Last" 1 time but there were no matches
RSpec::Repeat: 3rd try error in ./spec/yahoo/add_free_agent.rb:49:
expected to find css ".First.Last" 1 time but there were no matches
F

Failures:

  1. Add free agents to Fantasy Football league Log in and add/drop player
    Failure/Error: page.should have_css('.First.Last', :count => 1)
    expected to find css ".First.Last" 1 time but there were no matches

    ./spec/yahoo/add_free_agent.rb:21:in `add_drop'

    ./spec/yahoo/add_free_agent.rb:50:in `block (2 levels) in <top (required)>'

    ./spec/spec_helper.rb:26:in `block (2 levels) in <top (required)>'

Finished in 3 minutes 4 seconds (files took 13.67 seconds to load)
1 example, 1 failure

Failed examples:

rspec ./spec/yahoo/add_free_agent.rb:49 # Add free agents to Fantasy Football league Log in and add/drop player

I am having the same issue. Is this script still working?

@superflysocal
Copy link

Still can't get this to work.
From running it realtime, it seems that the click_button('Search') command is not working. It doesn't pull up the page with the selected player is on.

@sudo-a9
Copy link

sudo-a9 commented Jan 31, 2021

Same issue with me. Would love it if the Dev, or someone, could resolve this!

@dannychran
Copy link

@philipfong any chance you regained some passion for this project?

@sudo-a9
Copy link

sudo-a9 commented Jul 27, 2021

I'm keeping my fingers crossed that this project isn't dead. I've tried finding Philip elsewhere to ask him about this project but without any luck.

@kuroshhashemi
Copy link

Hi I created the following PR: #18. It's working for me. Please review and merge. However fair warning, I'm not really a programmer (esp not a Ruby one), so I'm not sure if my approach is right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants