diff --git a/tests/App/config/config.yml b/tests/App/config/config.yml index 696b9f5b3..d636b21ae 100644 --- a/tests/App/config/config.yml +++ b/tests/App/config/config.yml @@ -41,3 +41,4 @@ doctrine: sonata_admin: options: html5_validate: false + use_stickyforms: false diff --git a/tests/Functional/BasePantherTestCase.php b/tests/Functional/BasePantherTestCase.php index d14d82ce8..29e9a6d5c 100644 --- a/tests/Functional/BasePantherTestCase.php +++ b/tests/Functional/BasePantherTestCase.php @@ -23,7 +23,7 @@ abstract class BasePantherTestCase extends PantherTestCase protected function setUp(): void { $this->client = static::createPantherClient([ - 'browser' => PantherTestCase::CHROME, + 'browser' => PantherTestCase::FIREFOX, 'connection_timeout_in_ms' => 5000, 'request_timeout_in_ms' => 60000, ]);