File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
tests/Application/config/packages Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,11 @@ default:
2222 files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
2323 base_url: "https://127.0.0.1:8080/"
2424 default_session: symfony
25- javascript_session: panther
25+ javascript_session: chrome
2626 sessions:
2727 symfony:
2828 symfony: ~
29- chromedriver:
30- chrome:
31- api_url: http://127.0.0.1:9222
32- validate_certificate: false
33- chrome_headless_second_session:
29+ chrome:
3430 chrome:
3531 api_url: http://127.0.0.1:9222
3632 validate_certificate: false
Original file line number Diff line number Diff line change 99 "license" : " MIT" ,
1010 "require" : {
1111 "php" : " ^8.2" ,
12- "sylius/sylius" : " ~2.0 .0"
12+ "sylius/sylius" : " ^2 .0"
1313 },
1414 "require-dev" : {
1515 "behat/behat" : " ^3.16" ,
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ framework:
44 csrf_protection : true
55 session :
66 handler_id : ~
7+ annotations :
8+ enabled : false
You can’t perform that action at this time.
0 commit comments