Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1.0.5
-
None
Description
AbstractIntegrationTest provide's the "assertTextPresent" method:
void assertTextPresent(String... items);
However, it winds up checking only the first item of items due to an "return" statement that should be a "continue". Additionally, several tests that pass with the broken method fail with the fixed version.