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 fbb8005 commit 4f211baCopy full SHA for 4f211ba
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