Skip to content

Commit 5a1041e

Browse files
Manjusha.SManjusha.S
authored andcommitted
MQE-2088 : Test generation error on invalid entities
1 parent e92f7af commit 5a1041e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,8 +1511,6 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
15111511
}
15121512
$testSteps .= PHP_EOL;
15131513
}
1514-
1515-
15161514
return $testSteps;
15171515
}
15181516

@@ -1674,9 +1672,6 @@ private function resolveStepKeyReferences($input, $actionGroupOrigin, $matchAll
16741672
$testInvocationKey = ucfirst($actionGroupOrigin[ActionGroupObject::ACTION_GROUP_ORIGIN_TEST_REF]);
16751673

16761674
foreach ($stepKeys as $stepKey) {
1677-
1678-
1679-
16801675
// MQE-1011
16811676
$stepKeyVarRef = "$" . $stepKey;
16821677

0 commit comments

Comments
 (0)