Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Execution of 1 spec files started at 2019-08-20T04:03:33.167Z
  2.  
  3. 2019-08-20T04:03:33.199Z INFO @wdio/cli:Launcher: Run onPrepare hook
  4. Starting ChromeDriver 76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}) on port 4444
  5. Only local connections are allowed.
  6. Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
  7. 2019-08-20T04:03:33.225Z INFO @wdio/local-runner: Start worker 0-0 with arg:
  8. [0-0] RUNNING in chrome - /test/specs/user-add-task-test.js
  9. [0-0] 2019-08-20T04:03:33.710Z INFO @wdio/local-runner: Run worker command: run
  10. [0-0] 2019-08-20T04:03:33.757Z INFO webdriver: [POST] http://127.0.0.1:4444/session
  11. [0-0] 2019-08-20T04:03:33.757Z INFO webdriver: DATA { capabilities:
  12. { alwaysMatch: { browserName: 'chrome' }, firstMatch: [ {} ] },
  13. desiredCapabilities: { browserName: 'chrome' } }
  14. [0-0] 2019-08-20T04:03:35.610Z INFO webdriver: COMMAND navigateTo("http://localhost:8080/")
  15. [0-0] 2019-08-20T04:03:35.611Z INFO webdriver: [POST] http://127.0.0.1:4444/session/734b8f58a76b19f85f018d3d41439d5a/url
  16. [0-0] 2019-08-20T04:03:35.611Z INFO webdriver: DATA { url: 'http://localhost:8080/' }
  17. [0-0] 2019-08-20T04:03:35.613Z INFO webdriver: COMMAND findElement("css selector", "#inbox-clickable")
  18. [0-0] 2019-08-20T04:03:35.614Z INFO webdriver: [POST] http://127.0.0.1:4444/session/734b8f58a76b19f85f018d3d41439d5a/element
  19. [0-0] 2019-08-20T04:03:35.614Z INFO webdriver: DATA { using: 'css selector', value: '#inbox-clickable' }
  20. [0-0] TypeError in "User visits Quick Add Task starts with a blank task"
  21. elem.waitForDisplayed is not a function
  22. [0-0] 2019-08-20T04:03:35.622Z INFO webdriver: COMMAND deleteSession()
  23. 2019-08-20T04:03:35.622Z INFO webdriver: [DELETE] http://127.0.0.1:4444/session/734b8f58a76b19f85f018d3d41439d5a
  24. [0-0] 2019-08-20T04:03:36.547Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '96ae8b0b-5dae-4573-84f0-668786486c4a' }
  25. [0-0] FAILED in chrome - /test/specs/user-add-task-test.js
  26. 2019-08-20T04:03:36.763Z INFO @wdio/cli:Launcher: Run onComplete hook
  27.  
  28. "dot" Reporter:
  29. F
  30.  
  31. Spec Files: 0 passed, 1 failed, 1 total (100% completed) in 00:00:03
  32.  
  33. 2019-08-20T04:03:36.767Z INFO @wdio/local-runner: Shutting down spawned worker
  34. 2019-08-20T04:03:37.019Z INFO @wdio/local-runner: Waiting for 0 to shut down gracefully
  35. 2019-08-20T04:03:37.021Z INFO @wdio/local-runner: shutting down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement