Skip to content

Commit 96210c9

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 11ad7df commit 96210c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/DocGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private function transformToMarkdown($annotationList)
128128
$markdown .= "**Located In**:" . PHP_EOL;
129129
foreach ($annotations[self::FILENAMES] as $filename) {
130130
$relativeFilename = str_replace(MAGENTO_BP . DIRECTORY_SEPARATOR, "", $filename);
131-
$markdown .= "- $relativeFilename";
131+
$markdown .= PHP_EOL . "- $relativeFilename";
132132
}
133133
$markdown .= PHP_EOL . "***" . PHP_EOL;
134134
}

0 commit comments

Comments
 (0)