You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/18 06:10:12 UTC

[GitHub] [incubator-echarts] jst10 commented on issue #12803: E2E tests with Protractor fails/hangs when echarts are included on page

jst10 commented 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.


----------------------------------------------------------------
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:
users@infra.apache.org



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