You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most likely from the url change in v0.9.6. Now the url method is resolved at time of evaluation rather than when the page is created allowing users to change the url at runtime (supporting both string and function variations): #1034.
Can you provide a sample test example where this fails as you describe?
Closing, I must not have read your comment closely enough the first time. With the change you mentioned, I simply have to call the url method instead of treating it as a property. Thank you!
After upgrading from v0.8.18 to v0.9.8, I get this error on every test that uses urlEquals:
Has the way to specify the URL in a page-object changed?
Node v5.11.0
NPM 3.8.6
Running from OS X latest, testing locally and on BrowserStack Windows 8.1, Chrome 52
The text was updated successfully, but these errors were encountered: