diff --git a/testsuite/integration-arquillian/README.md b/testsuite/integration-arquillian/README.md index 9134d82be3..c2f7add02a 100644 --- a/testsuite/integration-arquillian/README.md +++ b/testsuite/integration-arquillian/README.md @@ -104,7 +104,7 @@ This differs them from other integration tests and Admin Console UI tests. They are designed to work with most of the desktop browsers (HtmlUnit included) as well as mobile browsers (Chrome on Android and Safari on iOS). Please see [HOW-TO-RUN.md](HOW-TO-RUN.md) for details on supported browsers. -The tests are place in a separate module (`tests/other/base-ui`) and are run with HtmlUnit by default. +The tests are place in a separate module (`tests/other/base-ui`) and are disabled by default. ### Admin Console UI Tests diff --git a/testsuite/integration-arquillian/tests/other/pom.xml b/testsuite/integration-arquillian/tests/other/pom.xml index 23764951ce..07eab1ed55 100644 --- a/testsuite/integration-arquillian/tests/other/pom.xml +++ b/testsuite/integration-arquillian/tests/other/pom.xml @@ -40,7 +40,6 @@ adapters sssd springboot-tests - base-ui @@ -168,6 +167,12 @@ welcome-page + + base-ui + + base-ui + +