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 13de4bf commit 42144ddCopy full SHA for 42144dd
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -399,8 +399,7 @@ public function stepName(\Codeception\Event\StepEvent $e)
399
}
400
401
// DO NOT alter action if actionGroup is starting, need the exact actionGroup name for good logging
402
- if (strpos($stepAction, ActionGroupObject::ACTION_GROUP_CONTEXT_START) === false
403
- ) {
+ if (strpos($stepAction, ActionGroupObject::ACTION_GROUP_CONTEXT_START) === false) {
404
$stepAction = $e->getStep()->getHumanizedActionWithoutArguments();
405
406
$stepArgs = $e->getStep()->getArgumentsAsString($argumentsLength);
0 commit comments