Skip to content

Commit 3760dc8

Browse files
committed
executeInSelenium generation fix #2
1 parent a7597c9 commit 3760dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ private function processPressKey($input)
17011701
* Add uniqueness function call to input string based on regex pattern.
17021702
*
17031703
* @param string $input
1704-
* @param bool $wrapWithDoubleQuotes
1704+
* @param boolean $wrapWithDoubleQuotes
17051705
* @return string
17061706
*/
17071707
private function addUniquenessFunctionCall($input, $wrapWithDoubleQuotes = true)

0 commit comments

Comments
 (0)