-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
I am having the same issue. is this currently still working? |
I am having the same issue. Is this script still working? |
Still can't get this to work. |
Same issue with me. Would love it if the Dev, or someone, could resolve this! |
@philipfong any chance you regained some passion for this project? |
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. |
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 |
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:
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
The text was updated successfully, but these errors were encountered: