Skip to content

Commit 9a7f140

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
unit test added
1 parent 1f1331a commit 9a7f140

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
977977
true
978978
);
979979
$updateEntity = $customActionAttributes['entity'];
980-
$this->entityExistsCheck($updateEntity, $stepKey);
981980
$actionGroup = $actionObject->getCustomActionAttributes()['actionGroup'] ?? null;
982981
$key .= $actionGroup;
983982

@@ -1011,7 +1010,6 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
10111010
break;
10121011
case "getData":
10131012
$entity = $customActionAttributes['entity'];
1014-
$this->entityExistsCheck($entity, $stepKey);
10151013
$index = null;
10161014
if (isset($customActionAttributes['index'])) {
10171015
$index = (int)$customActionAttributes['index'];

0 commit comments

Comments
 (0)