Merge pull request #4000 from mhajas/KEYCLOAK-4703
KEYCLOAK-4703 Use phantomJS in adapter tests
This commit is contained in:
commit
f1f2040910
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@
|
|||
<exclude.test>-</exclude.test>
|
||||
<exclude.cors.tests>**/cors/*Test.java</exclude.cors.tests>
|
||||
|
||||
<!-- Use phantomjs as default browser for adapters, since javascript doesn't work correctly on htmlUnit (KEYCLOAK-4703) -->
|
||||
<browser>phantomjs</browser>
|
||||
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
|
Loading…
Reference in a new issue