]
Pavol Pitonak updated RFPL-1614:
--------------------------------
Fix Version/s: 4.1.0.Milestone2
Metamer - Autocomplete and Inplace Input - JSR 303 validator tests
------------------------------------------------------------------
Key: RFPL-1614
URL:
https://issues.jboss.org/browse/RFPL-1614
Project: RichFaces Planning
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.1.0.Milestone1
Reporter: Jan Papousek
Fix For: 4.1.0.Milestone2
The JSR 303 selenium tests for rich:autocomplete and rich:inplaceSelect don't work
correctly. Both tests use shared class TestComponentWithJSR303
(
http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk/ftes...).
There are 2 problems:
# '_textEquals.locator(...).text(...)_' should be replaced by
'_TextContainsCondition.getInstance().locator(...).text(...)_' (because of the
prefix in MyFaces messages)
# Filling the inputs manually produces validator messages, but the tests don't.
It would be nice to unify the JSR 303 tests with tests of other components:
- rich:select
- rich:inputNumberSlider
- rich:inputNumberSpinner
- rich:inplaceSelect
--
This message is automatically generated by JIRA.
For more information on JIRA, see: