[arquillian-issues] [JBoss JIRA] (ARQGRA-291) Provide wait until element is enabled/selected

Jan Papousek (JIRA) jira-events at lists.jboss.org
Thu Apr 18 05:10:54 EDT 2013


Jan Papousek created ARQGRA-291:
-----------------------------------

             Summary: Provide wait until element is enabled/selected
                 Key: ARQGRA-291
                 URL: https://issues.jboss.org/browse/ARQGRA-291
             Project: Arquillian Graphene
          Issue Type: Feature Request
    Affects Versions: 2.0.0.Alpha4
            Reporter: Jan Papousek


Add the following conditions to the Graphene wait API:

{code}
Graphene.waitAjax().until().element(...).is().enabled();
{code}

{code}
Graphene.waitAjax().until().element(...).is().selected();
{code}

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