-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: No Longer Reproducible
-
Affects Version/s: bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:
Steps to Reproduce:
1. Deploy the jsf-jsp-applicant-portlet to Pluto 2.0 from the 4.x branch of liferay-faces-bridge-impl.git
2. Run the tests in Chrome:
mvn verify -Dintegration.port=9080 -P selenium,pluto,chrome -Dit.test=\*JSP\*Applicant\*
Expected Results:
All tests pass.
Actual Results:
Failed tests: JSF_JSPApplicantPortletTester.runApplicantPortletTest_C_FirstNameField:86 Element //input[contains(@id,':firstName')]/../span[@class='portlet-msg-error'] is present in the DOM. expected null, but was:<[[ChromeDriver: chrome on MAC (9e02be061c955af6482272fa61faa874)] -> xpath: //input[contains(@id,':firstName')]/../span[@class='portlet-msg-error']]> Tests in error: JSF_JSPApplicantPortletTester>ApplicantTesterBase.runApplicantPortletTest_B_EditMode:110->ApplicantTesterBase.resetBrowser:448 » Timeout JSF_JSPApplicantPortletTester.runApplicantPortletTest_D_EmailValidation:99->submitAndWaitForPostback:252 » Timeout JSF_JSPApplicantPortletTester.runApplicantPortletTest_E_AllFieldsRequired:120->submitAndWaitForPostback:252 » Timeout JSF_JSPApplicantPortletTester.runApplicantPortletTest_H_DateValidation:171->submitAndWaitForPostback:252 » Timeout JSF_JSPApplicantPortletTester.runApplicantPortletTest_I_FileUpload:182 » Timeout JSF_JSPApplicantPortletTester.runApplicantPortletTest_J_Submit:207 » Timeout T...