Update integration UI tests selenium image 85/119485/2
authorandre.schmid <andre.schmid@est.tech>
Mon, 15 Mar 2021 16:51:12 +0000 (16:51 +0000)
committerChristophe Closset <christophe.closset@intl.att.com>
Thu, 18 Mar 2021 11:27:58 +0000 (11:27 +0000)
commita64494f7e900680c08f1e4f6451a15debeb08853
treed34982dcef1ebe8ff261ede750f3574599cc9e7b
parent183b3b13a2fc879256140f0865346f537b64e899
Update integration UI tests selenium image

The integration UI tests were using a very old selenium image
"selenium/standalone-firefox:2.53.1" (from 4 years ago), which was
bringing problems related with outdated version of firefox/selenium
standalone.
Fixes broken tests after the update.
Updates also the gecko driver to the 0.29.0 version.

Change-Id: I1f7ad17c649e4015cde5c1932f9da08e36ca0aec
Issue-ID: SDC-3516
Signed-off-by: andre.schmid <andre.schmid@est.tech>
catalog-ui/src/app/ng2/components/modals/onboarding-modal/onboarding-modal.component.ts
integration-tests/pom.xml
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/setup/WebDriverThread.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/GeneralPageElements.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/HomePage.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/utilities/OnboardingUiUtils.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/utilities/ServiceUIUtils.java