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

Fixed Zombie update errors #111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

krisb1220
Copy link

Removed and replaced all deprecated functions.

Issues fixed:

  • browser.field('referrer').value has been deprecated and changed to browser.referrer
  • browser.clickLink() has been deprecated and changed to browser.link()
  • You must put done() at the end of all tests due to their async nature

Issues: 

- `browser.field('referrer').value` has been deprecated and changed to `browser.referrer`
- `browser.clickLink()` has been deprecated and changed to `browser.link()`
- You must put `done()` at the end of all tests due to their async nature
Issues: 

- `browser.field('referrer').value` has been deprecated and changed to `browser.referrer`
- `browser.clickLink()` has been deprecated and changed to `browser.link()`
- You must put `done()` at the end of all tests due to their async nature
Fixes broken code from Zombie function deprecations
Copy link

@CamGrover CamGrover left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! These changes helped clear some errors I had. I am questioning the multiple uses of done( ) but I do not understand enough to be certain. When I removed the done( ) from within the browser.link( ' . ' , function( ){ }) arguments the results seemed to most accurately display passed tests.

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

Successfully merging this pull request may close these issues.

2 participants