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.
2 parents 7aaf83b + 4191e71 commit 4581dd4Copy full SHA for 4581dd4
src/Magento/FunctionalTestingFramework/Codeception/Subscriber/Console.php
@@ -193,7 +193,7 @@ private function printStepKeys(Step $step)
193
$stepString = str_replace(
194
[ActionGroupObject::ACTION_GROUP_CONTEXT_START, ActionGroupObject::ACTION_GROUP_CONTEXT_END],
195
'',
196
- $step->toString(150)
+ $step->toString(1000)
197
);
198
199
$msg->append(OutputFormatter::escape($stepString));
0 commit comments