Lukáš Fryč created ARQ-967:
------------------------------
Summary: Warp: client-side filters for waiting for "right" request
Key: ARQ-967
URL:
https://issues.jboss.org/browse/ARQ-967
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Warp
Reporter: Lukáš Fryč
Fix For: warp_1.0.0.next
When client can fire several requests at time, Warp enriches the first one which comes.
Ideally, user should be able to select the appropriate request based on constraints:
API proposal:
{code:java}
Warp.execute(new ClientAction() { ...
}).filter(RequestFilter.extension(Extension.XHTML)).verify(...)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira