We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d5d312 + 019d0fc commit 4191e71Copy full SHA for 4191e71
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