-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: alloy-2.0.0, alloy-3.0.0, bridge-impl-3.0.0, showcase-2.0.0, bridge-impl-4.0.0, showcase-3.0.0
-
Fix Version/s: alloy-2.0.2, bridge-impl-3.1.0, bridge-impl-4.1.0, showcase-2.0.1, showcase-3.0.1, alloy-3.0.2
-
Labels:None
Steps to Reproduce
- start liferay-portal 6.2
- go into /liferay-faces-bridge-impl-4.x/demos/jsf-showcase-portlet/.
- deploy portlet to liferay-portal-6.2.x/deploy/.
- add jsf-showcase-portlet to a page
- run InputTextareaSizeTester on Chrome
mvn verify -P selenium-jsf-showcase,liferay62,chrome -Dit.test=com.liferay.faces.test.showcase.*inputtextarea*.*Size*
Expected result : The following should happen:
Test passes with no errors.
Actual result : The following actually happens:
Test throws the following error:
InputTextareaSizeTester.runInputTextareaSizeTest:59 Width of element [[ChromeDriver: chrome on MAC (6c41a9526a28b5d185aae51ed48bd16d)] -> xpath: (//textarea[contains(@id,':textarea')])[2]] is not "150". Instead it is "164". expected:<150> but was:<164>