Skip to content

Commit 4581dd4

Browse files
authored
Merge branch 'develop' into MQE-1545
2 parents 7aaf83b + 4191e71 commit 4581dd4

File tree

1 file changed

+1
-1
lines changed
  • src/Magento/FunctionalTestingFramework/Codeception/Subscriber

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Codeception/Subscriber/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private function printStepKeys(Step $step)
193193
$stepString = str_replace(
194194
[ActionGroupObject::ACTION_GROUP_CONTEXT_START, ActionGroupObject::ACTION_GROUP_CONTEXT_END],
195195
'',
196-
$step->toString(150)
196+
$step->toString(1000)
197197
);
198198

199199
$msg->append(OutputFormatter::escape($stepString));

0 commit comments

Comments
 (0)