Skip to content

Commit aa45620

Browse files
committed
MQE-1580: Remove the "page" attribute from the Action Group annotations node.
- Correcting the expected Text in the Static Test.
1 parent 96210c9 commit aa45620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Util/DocGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private function transformToMarkdown($annotationList)
111111
$markdown .= "---" . PHP_EOL;
112112
foreach ($annotationList as $group => $objects) {
113113
foreach ($objects as $name => $annotations) {
114+
$markdown .= PHP_EOL;
114115
$markdown .= "###$name" . PHP_EOL;
115116
$markdown .= "**Description**:" . PHP_EOL;
116117
$markdown .= "- " . $annotations[actionGroupObject::ACTION_GROUP_DESCRIPTION] . PHP_EOL . PHP_EOL;

0 commit comments

Comments
 (0)