Skip to content

Commit 6a528c5

Browse files
committed
MQE-1580: Remove the "page" attribute from the Action Group annotations node.
- Removed the "page" from the Required Annotations XML Scheme test.
1 parent 6363af9 commit 6a528c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Magento/FunctionalTestingFramework/Test/Util/ActionGroupAnnotationExtractor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
class ActionGroupAnnotationExtractor extends AnnotationExtractor
1515
{
1616
const ACTION_GROUP_REQUIRED_ANNOTATIONS = [
17-
"description",
18-
"page",
17+
"description"
1918
];
2019
const GENERATE_DOCS_COMMAND = 'generate:docs';
2120

0 commit comments

Comments
 (0)