We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ef188 commit 5f3438cCopy full SHA for 5f3438c
src/Magento/FunctionalTestingFramework/Test/Objects/TestObject.php
@@ -168,8 +168,7 @@ public function getOrderedActions()
168
public function getDebugInformation()
169
{
170
$debugInformation = [];
171
- $mergeUtil = new ActionMergeUtil($this->getName(), "Test");
172
- $orderList = $mergeUtil->resolveActionSteps($this->parsedSteps);
+ $orderList = $this->getOrderedActions();
173
174
foreach ($orderList as $action) {
175
$debugInformation[] = "\t" . $action->getType() . ' ' . $action->getStepKey();
0 commit comments