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 fc61311 commit 13de4bfCopy full SHA for 13de4bf
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -404,10 +404,6 @@ public function stepName(\Codeception\Event\StepEvent $e)
404
$stepAction = $e->getStep()->getHumanizedActionWithoutArguments();
405
}
406
$stepArgs = $e->getStep()->getArgumentsAsString($argumentsLength);
407
- /*if (!trim($stepAction)) {
408
- $stepAction = $e->getStep()->getMetaStep()->getHumanizedActionWithoutArguments();
409
- $stepArgs = $e->getStep()->getMetaStep()->getArgumentsAsString($argumentsLength);
410
- }*/
411
$stepName = '';
412
413
if (isset($stepName)) {
0 commit comments