jst10 edited a comment on issue #12803:
URL: 
https://github.com/apache/incubator-echarts/issues/12803#issuecomment-645800205


   In test is just simple navigation to the web-page and than protractor action 
for getting text from the element in page (like this is in above example I 
provided).
   So breaking lines in 
[test](https://github.com/jst10/echarts-e2e-example/blob/master/e2e/src/app.e2e-spec.ts)
  is 
[14](https://github.com/jst10/echarts-e2e-example/blob/master/e2e/src/app.e2e-spec.ts#L14),
 at this point protractor hangs. In case that I do not use echarts on my web 
[page](https://github.com/jst10/echarts-e2e-example/blob/master/src/app/app.component.ts)
 removing lines[ 34 and 
35](https://github.com/jst10/echarts-e2e-example/blob/master/src/app/app.component.ts#L34),
 E2E  test executes as it should.
   
   
   (with unresponsive protractor I have already meet in the past, back then the 
reason was not caught exceptions on the web-page, but this time there are no 
exceptions or anything strange in console output)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to