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.
$ ./node_modules/.bin/protractor Starting selenium standalone server...[launcher] Running 1 instances of WebDriverSelenium standalone server started at http://192.168.8.104:47480/wd/hubStartedFFailures:1) Message: Expected ' test ' to equal 'test'. Stack: Error: Failed expectation at Object.<anonymous> (/tmp/protractor/spec.js:6:39) at process._tickCallback (node.js:356:9)1 spec, 1 failureFinished in 4.334 secondsShutting down selenium standalone server.[launcher] 0 instance(s) of WebDriver still running[launcher] chrome #1 failed 1 test(s)[launcher] overall: 1 failed spec(s)[launcher] Process exited with error code 1
Expected result: the test passes
(I am not sure whether it isn't actually a bug in Selenium but since getText is documented as Protractor's API, I'm reporting it here.)
(FYI, originally, I hit this bug with Angular 2 and Protractor 2.5.0)