Revert "trying to switch from Firefox to Chrome headless driver";

This reverts commit 2cf3ee0f4e as
it made many more Selenium tests fail.
This commit is contained in:
Axel Uhl
2025-08-05 23:21:58 +02:00
parent 2cf3ee0f4e
commit 74f0348e23
@@ -103,16 +103,16 @@
</capabilities>
</driver-definition>
-->
<!--
<!-- TODO: should we use headless Firefox instead of Xvfb on Hudson? -->
<driver-definition class="com.sap.sailing.selenium.core.HeadlessFirefoxDriver">
</driver-definition>
-->
<!--
<driver-definition class="org.openqa.selenium.chrome.ChromeDriver" />
-->
<!-- -->
<!--
<driver-definition class="com.sap.sailing.selenium.core.HeadlessChromeDriver">
</driver-definition>
<!-- -->
-->
</test-environment>