Skip to content

Commit

Permalink
[#161] Updated behat/mink-selenium2-driver to 1.7 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 authored Feb 26, 2024
1 parent a47310f commit 2bdb122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"require": {
"php": ">=8.1",
"behat/behat": "^3",
"behat/mink": "<=1.10",
"behat/mink-selenium2-driver": "<=1.6",
"behat/mink": ">=1.11",
"behat/mink-selenium2-driver": ">=1.7",
"drupal/drupal-extension": "^5"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/KeyboardTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected function keyboardTriggerKey(string $xpath, string $key) {

$executeJsOnXpathReflection->invokeArgs($withSynResult, [
$xpath,
"Syn.key({{ELEMENT}}, '$key');",
"syn.key({{ELEMENT}}, '$key');",
]);
}

Expand Down

0 comments on commit 2bdb122

Please sign in to comment.