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/15 05:34:59 UTC

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

jst10 opened a new issue #12803:
URL: https://github.com/apache/incubator-echarts/issues/12803


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://github.com/jst10/echarts-e2e-example](https://github.com/jst10/echarts-e2e-example)
   
   ### Steps to reproduce
   Create new Angular project, include echart on it and run any E2E with Protractor test on that page.
   
   ### What is expected?
   That Protractor continue executing charts.
   
   ### What is actually happening?
   Protractor hangs and than jasmine timeout because callback was not invoked.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12803:
URL: https://github.com/apache/incubator-echarts/issues/12803#issuecomment-643912621


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12803:
URL: https://github.com/apache/incubator-echarts/issues/12803#issuecomment-645785398


   How does the test case look like? 


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
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 the protractor action for getting text from the element in page (like this is in above example I provided).
   So breaking line 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:
users@infra.apache.org



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


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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



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