Skip to content

Commit e14e258

Browse files
committed
MQE-561: [ALLURE] Add an enum to the "Severity" annotation xml schema.
- fix allure mapping to magento mapping
1 parent 8660040 commit e14e258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AnnotationExtractor extends BaseObjectExtractor
1414
const ANNOTATION_VALUE = 'value';
1515
const MAGENTO_TO_ALLURE_SEVERITY_MAP = [
1616
"BLOCKER" => "BLOCKER",
17-
"CRITICAL" => "MAJOR",
17+
"CRITICAL" => "CRITICAL",
1818
"MAJOR" => "NORMAL",
1919
"AVERAGE" => "MINOR",
2020
"MINOR" => "TRIVIAL"

0 commit comments

Comments
 (0)