Skip to content

Commit 3847536

Browse files
committed
MQE-913: Nested Element Assertions Don’t Support Action Group Replacement
- CR fix
1 parent 0b1a1bc commit 3847536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Test/Objects/ActionGroupObject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ private function resolveAttributesWithArguments($arguments, $attributes)
169169
foreach ($attributes as $attributeKey => $attributeValue) {
170170

171171
if (is_array($attributeValue)) {
172+
// attributes with child elements are parsed as an array, need make recursive call to resolve children
172173
$newActionAttributes[$attributeKey] = $this->resolveAttributesWithArguments(
173174
$arguments,
174175
$attributeValue

0 commit comments

Comments
 (0)