[arquillian-issues] [JBoss JIRA] (ARQGRA-289) JavaScript interfaces fails on Chrome and PhantomJS

Jan Papousek (JIRA) jira-events at lists.jboss.org
Thu Apr 4 04:05:42 EDT 2013


    [ https://issues.jboss.org/browse/ARQGRA-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764852#comment-12764852 ] 

Jan Papousek commented on ARQGRA-289:
-------------------------------------

This is a big problem. The process of invocation of a method on javascript interfaces is:
- assume the target JS object is defined and try to invoke its method
-- if success => return the result
-- if an exception is thrown
--- execute the installation JS script (and also dependencies)
--- check whether the page extansion is installed
--- repeat from the first point

I've tried to run EnrichmentTestCase.testUnstable on Google Chrome and the webdriver freezes instead of throwing an exception (exception is correctly logged in the console).
                
> JavaScript interfaces fails on Chrome and PhantomJS
> ---------------------------------------------------
>
>                 Key: ARQGRA-289
>                 URL: https://issues.jboss.org/browse/ARQGRA-289
>             Project: Arquillian Graphene
>          Issue Type: Bug
>            Reporter: Lukáš Fryč
>            Assignee: Juraj Húska
>            Priority: Blocker
>             Fix For: 2.0.0.Alpha4
>
>
> The test is blocked so it will never end.
> Test cases are ignored before it will be fixed.
> * {{JavaScriptPageExtensionTestCase.*}}
> * {{EnrichmentTestCase.testUnstable.*}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list