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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Running a fresh installation of NPM and receiving this error that is not occurring on my main development box, I have followed all installation steps and cannot reproduce on my main box.
suite is failing with the following error
Failed: WebElementCondition did not resolve to a WebElement: [object Object] at /Users/corey/.npm-packages/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:698:17
I have identified the error being raised on all of the following commands throughout my suite, and without them the suite passes: browser.driver.wait(protractor.until.ableToSwitchToFrame(frame)) browser.driver.wait(protractor.until.elementTextIs(element, text))