]
Lukáš Fryč commented on ARQGRA-6:
---------------------------------
Thanks for the pull request, Juraj!
It has been merged into develop.
Using of JQuery 1.5 causes that JQuery selectors are not escaped
properly
-------------------------------------------------------------------------
Key: ARQGRA-6
URL:
https://issues.jboss.org/browse/ARQGRA-6
Project: Arquillian Graphene
Issue Type: Bug
Components: core
Affects Versions: 1.0.0.CR2
Environment: Ajocado 1.0.0-SNAPSHOT
Reporter: Juraj Huska
Fix For: 2.0.0.Alpha2
When I want to use JQuery selectors in my tests, I can not just type:
{code}
jq("input[id$=attributes:handleClassInput]");
{code}
since it will not be properly escaped, and thus will fail to create this JQuery Locator.
I can avoid it by escaping it manually, but it will too much work for my big test suite,
which already worked with RichFaces Selenium properly.
The reason why *it works in RichFaces Selenium is that it uses JQuery v1.4.4 and Ajocado
is using 1.5.*
With 1.4.4 it works fine also in Ajocado.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: