Skip to content

Commit

Permalink
Try Firefox instead of Chrome to execute functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored and VincentLanglet committed Nov 19, 2023
1 parent 6ef90f3 commit 1759f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/App/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ doctrine:
sonata_admin:
options:
html5_validate: false
use_stickyforms: false
2 changes: 1 addition & 1 deletion tests/Functional/BasePantherTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);
Expand Down

0 comments on commit 1759f4f

Please sign in to comment.