Skip to content

Commit d3556ac

Browse files
committed
MQE-1580: Remove the "page" attribute from the Action Group annotations node.
- Correcting the expected Text in the Test.
1 parent 9bdfa62 commit d3556ac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Action Group Information
2-
This documentation contains a list of all action groups
2+
This documentation contains a list of all Action Groups.
33

44
###testActionGroupObject
5-
alteredDescription
6-
7-
Located in:
5+
**Description**:
6+
- alteredDescription
87

8+
**Located in**:
99
- filename
1010
***
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Action Group Information
2-
This documentation contains a list of all action groups
2+
This documentation contains a list of all Action Groups.
33

44
###testActionGroupObject
5-
someDescription
6-
7-
Located in:
5+
**Description**:
6+
- someDescription
87

8+
**Located in**:
99
- filename
1010
***

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 .= PHP_EOL . "- $relativeFilename";
131+
$markdown .= "- $relativeFilename";
132132
}
133133
$markdown .= PHP_EOL . "***" . PHP_EOL;
134134
}

0 commit comments

Comments
 (0)