Skip to content

Commit 64a8f04

Browse files
committed
Remove selenium2
1 parent 33be6ad commit 64a8f04

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

behat.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ default:
1515
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
1616
base_url: "https://127.0.0.1:8080/"
1717
default_session: symfony
18-
javascript_session: chrome_headless
18+
javascript_session: chrome
1919
sessions:
2020
symfony:
2121
symfony: ~
22-
chrome_headless:
22+
chrome:
2323
chrome:
2424
api_url: http://127.0.0.1:9222
2525
validate_certificate: false

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
},
2020
"require-dev": {
2121
"behat/behat": "^3.14",
22-
"behat/mink-selenium2-driver": "~1.6",
2322
"bitbag/coding-standard": "^3.0",
2423
"captainhook/captainhook": "^5.25",
2524
"dmore/behat-chrome-extension": "^1.4",
@@ -34,7 +33,6 @@
3433
"friends-of-behat/variadic-extension": "^1.6",
3534
"league/flysystem-bundle": "3.4.0",
3635
"nyholm/psr7": "^1.8",
37-
"phpspec/phpspec": "^7.5",
3836
"phpstan/extension-installer": "^1.0",
3937
"phpstan/phpstan": "^1.12",
4038
"phpstan/phpstan-doctrine": "^1.3",

0 commit comments

Comments
 (0)