Skip to content

Commit 0d91a42

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
ACQE-3210 : Cannot Use WaitForElementClickable Action More Than Once in Actiongroup or Test Case Fix
1 parent 5f33985 commit 0d91a42

File tree

1 file changed

+1
-1
lines changed
  • src/Magento/FunctionalTestingFramework/Test/Config/Converter/Dom

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Test/Config/Converter/Dom/Flat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function convertXml(\DOMNode $source, $basePath = '')
8484
$isNumericArrayNode = $this->arrayNodeConfig->isNumericArray($nodePath);
8585
$isArrayNode = $isNumericArrayNode || $arrayKeyAttribute;
8686

87-
if(isset($value[$nodeName]) && $nodeName === 'waitForElementClickable' ) {
87+
if (isset($value[$nodeName]) && $nodeName === 'waitForElementClickable' ) {
8888
unset($value[$nodeName]);
8989
}
9090

0 commit comments

Comments
 (0)