Skip to content

Commit 4dadaf7

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 aa45620 commit 4dadaf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/DocGenerator.php

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

0 commit comments

Comments
 (0)