This repository was archived by the owner on Dec 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 516
browser.fill().fill() not a function #1176
Comments
I am facing the same error |
i have split my calls from fill now returns a promise (as i have understood the update docu) and not a browser. |
This is intended behavior (#1054). Consider something along the lines of the following instead: browser.fill('email', '[email protected]')
.then(() => browser.fill('password', 'eat-the-living'))
.then(() => browser.pressButton('Sign Me Up!', done)); This issue can be closed. |
👍 |
Can you please update the quick-start on the "The Bite" please? I google it and found this right away, so it's wasn't too bad. After that change, it seemed to work fine! It lists:
|
It looks like the documentation in http://zombie.js.org/ is outdated and still lists:
Can somebody help to update it ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before upgrading to Zombie V6.1.3, the browser.fill().fill() will work. However upon upgrading to Zombie V6.1.3, the test fails and returns as not a function.
Node Version: v10.11.0
macOS Version: Mojave (10.14)
The text was updated successfully, but these errors were encountered: