Skip to content

Commit d939d64

Browse files
committed
PB-67: [Test Debt] Assign Appropriate Severity Values To All PageBuilder MFTF Tests
- Updating severities for pb mftf tests
1 parent 7aeb196 commit d939d64

11 files changed

+107
-107
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderMapCommonComponentTest.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Map"/>
1515
<title value="Default Map State"/>
1616
<description value="Tests default state of a map content type in the stage, edit form, and storefront"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="AVERAGE"/>
1818
<useCaseId value="MAGETWO-87083"/>
1919
<testCaseId value="MC-2516"/>
2020
<group value="pagebuilder"/>
@@ -184,7 +184,7 @@
184184
<stories value="Map"/>
185185
<title value="Verify On Hover Option Menu"/>
186186
<description value="Test verifies that on hover option menu for Map content type contains all buttons"/>
187-
<severity value="CRITICAL"/>
187+
<severity value="AVERAGE"/>
188188
<useCaseId value="MAGETWO-87083"/>
189189
<testCaseId value="MC-2850"/>
190190
<group value="pagebuilder"/>
@@ -218,7 +218,7 @@
218218
<stories value="Map"/>
219219
<title value="Validate Advanced Configuration Default Values"/>
220220
<description value="Validate the default values for every attribute in the Advanced Configuration form and on Stage for Map."/>
221-
<severity value="CRITICAL"/>
221+
<severity value="AVERAGE"/>
222222
<useCaseId value="MAGETWO-83415"/>
223223
<testCaseId value="MC-2600"/>
224224
<group value="pagebuilder"/>
@@ -348,7 +348,7 @@
348348
<stories value="Map"/>
349349
<title value="Update Advanced Configuration Values"/>
350350
<description value="Validate that updating every attribute in the Advanced Configuration form for Map will update the Stage and Storefront correctly."/>
351-
<severity value="CRITICAL"/>
351+
<severity value="BLOCKER"/>
352352
<useCaseId value="MAGETWO-89915"/>
353353
<testCaseId value="MC-2560"/>
354354
<group value="pagebuilder"/>
@@ -530,7 +530,7 @@
530530
<stories value="Map"/>
531531
<title value="Add Map With All Attributes"/>
532532
<description value="A user should be able to add a map with all attribute fields filled."/>
533-
<severity value="CRITICAL"/>
533+
<severity value="BLOCKER"/>
534534
<useCaseId value="MAGETWO-87083"/>
535535
<testCaseId value="MC-2489"/>
536536
<group value="pagebuilder"/>
@@ -877,7 +877,7 @@
877877
<stories value="Map"/>
878878
<title value="Duplicate Map"/>
879879
<description value="A user should be able to duplicate a map content type. Verify on Stage amd Storefront."/>
880-
<severity value="CRITICAL"/>
880+
<severity value="MAJOR"/>
881881
<useCaseId value="MAGETWO-87083"/>
882882
<testCaseId value="MC-2895"/>
883883
<group value="pagebuilder"/>
@@ -1409,7 +1409,7 @@
14091409
<stories value="Map"/>
14101410
<title value="Cannot add Map to Stage"/>
14111411
<description value="If user drags Map to Stage, it should have no effect"/>
1412-
<severity value="CRITICAL"/>
1412+
<severity value="AVERAGE"/>
14131413
<useCaseId value="MC-515"/>
14141414
<testCaseId value="MC-3139"/>
14151415
<group value="pagebuilder"/>
@@ -1440,7 +1440,7 @@
14401440
<stories value="Map"/>
14411441
<title value="Add Map to Column container and view on Admin and Storefront"/>
14421442
<description value="As a Content Manager I want column to be a container so that I can add Map inside"/>
1443-
<severity value="CRITICAL"/>
1443+
<severity value="BLOCKER"/>
14441444
<useCaseId value="MC-964"/>
14451445
<testCaseId value="MC-4023"/>
14461446
<group value="pagebuilder"/>
@@ -1524,7 +1524,7 @@
15241524
<stories value="Map"/>
15251525
<title value="Move Map Between Columns"/>
15261526
<description value="Verify that moving a map content type on the stage will update the storefront"/>
1527-
<severity value="CRITICAL"/>
1527+
<severity value="MAJOR"/>
15281528
<useCaseId value="MC-3233"/>
15291529
<testCaseId value="MC-3365"/>
15301530
<group value="pagebuilder"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderMapGoogleMapsSettingsTests.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<stories value="Map"/>
154154
<title value="Google Maps API Key - Invalid API Key Warning Message (MC-5723)"/>
155155
<description value="A user should see an invalid key overlay on map on stage and add location form, a warning message on the configuration panel, and a google error on the Storefront when an invalid Google Maps API key is set."/>
156-
<severity value="CRITICAL"/>
156+
<severity value="MAJOR"/>
157157
<useCaseId value="MC-5723"/>
158158
<testCaseId value="MC-6021"/>
159159
<group value="pagebuilder"/>
@@ -176,7 +176,7 @@
176176
<stories value="Map"/>
177177
<title value="Google Maps API Key - Can Add New Location With Invalid API Key"/>
178178
<description value="A user should be able to add a new location with an invalid API key."/>
179-
<severity value="CRITICAL"/>
179+
<severity value="MAJOR"/>
180180
<useCaseId value="MC-5723"/>
181181
<testCaseId value="MC-2462"/>
182182
<group value="pagebuilder"/>
@@ -236,7 +236,7 @@
236236
<stories value="Map"/>
237237
<title value="Google Maps API Key - Can Add New Location With Empty API Key"/>
238238
<description value="A user should be able to add a new location with an empty API key."/>
239-
<severity value="CRITICAL"/>
239+
<severity value="MAJOR"/>
240240
<useCaseId value="MC-5723"/>
241241
<testCaseId value="MC-6020"/>
242242
<group value="pagebuilder"/>
@@ -253,7 +253,7 @@
253253
<stories value="Map"/>
254254
<title value="Google Maps API Key - Can Edit Location With Invalid API Key"/>
255255
<description value="A user should be able to edit a location with an invalid API key."/>
256-
<severity value="CRITICAL"/>
256+
<severity value="MAJOR"/>
257257
<useCaseId value="MAGETWO-88132"/>
258258
<testCaseId value="MC-2463"/>
259259
<group value="pagebuilder"/>
@@ -343,7 +343,7 @@
343343
<stories value="Map"/>
344344
<title value="Google Maps API Key - Can Edit Location With Empty API Key"/>
345345
<description value="A user should be able to edit a location with an empty API key."/>
346-
<severity value="CRITICAL"/>
346+
<severity value="MAJOR"/>
347347
<useCaseId value="MC-5723"/>
348348
<testCaseId value="MC-6039"/>
349349
<group value="pagebuilder"/>
@@ -360,7 +360,7 @@
360360
<stories value="Map"/>
361361
<title value="Google Maps API Key - Can Delete Location With Invalid API Key"/>
362362
<description value="A user should be able to delete a location with an invalid API key."/>
363-
<severity value="CRITICAL"/>
363+
<severity value="MAJOR"/>
364364
<useCaseId value="MAGETWO-88132"/>
365365
<testCaseId value="MC-2439"/>
366366
<group value="pagebuilder"/>
@@ -432,7 +432,7 @@
432432
<stories value="Map"/>
433433
<title value="Google Maps API Key - Can Delete Location With Empty API Key"/>
434434
<description value="A user should be able to delete a location with an empty API key."/>
435-
<severity value="CRITICAL"/>
435+
<severity value="MAJOR"/>
436436
<useCaseId value="MC-5723"/>
437437
<testCaseId value="MC-6040"/>
438438
<group value="pagebuilder"/>
@@ -449,7 +449,7 @@
449449
<stories value="Map"/>
450450
<title value="Google Maps Style - Map Does Not Render New Google Maps Style On Storefront Until Page Save Or Cache Refresh"/>
451451
<description value="A change to the Google Maps Style should not take affect on the storefront until a page save or a cache refresh"/>
452-
<severity value="CRITICAL"/>
452+
<severity value="MAJOR"/>
453453
<useCaseId value="MAGETWO-89028"/>
454454
<testCaseId value="MC-2523"/>
455455
<group value="pagebuilder"/>
@@ -562,7 +562,7 @@
562562
<stories value="Map"/>
563563
<title value="Google Maps Style - Map Renders New Google Maps Style On Stage Without Cache Refresh"/>
564564
<description value="A change to the Google Maps Style should immediately take affect on the stage without a cache refresh"/>
565-
<severity value="CRITICAL"/>
565+
<severity value="MAJOR"/>
566566
<useCaseId value="MAGETWO-89028"/>
567567
<testCaseId value="MC-2747"/>
568568
<group value="pagebuilder"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderMapLocationAttributeTests.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Map"/>
1515
<title value="Location Attributes - Location Name - Valid Character Sets"/>
1616
<description value="Make sure the map accepts common characters and special characters for Location Name"/>
17-
<severity value="AVERAGE"/>
17+
<severity value="BLOCKER"/>
1818
<useCaseId value="MAGETWO-66519"/>
1919
<testCaseId value="MC-2853"/>
2020
<group value="pagebuilder"/>
@@ -407,7 +407,7 @@
407407
<stories value="Map"/>
408408
<title value="Location Attributes - Phone Number"/>
409409
<description value="Make sure the map accepts common characters, special characters, and empty string for Phone Number"/>
410-
<severity value="AVERAGE"/>
410+
<severity value="BLOCKER"/>
411411
<useCaseId value="MAGETWO-88132"/>
412412
<testCaseId value="MC-2444"/>
413413
<group value="pagebuilder"/>
@@ -605,7 +605,7 @@
605605
<stories value="Map"/>
606606
<title value="Location Attributes - Street Address"/>
607607
<description value="Make sure the map accepts common characters, special characters, and empty string for Street Address"/>
608-
<severity value="AVERAGE"/>
608+
<severity value="BLOCKER"/>
609609
<useCaseId value="MAGETWO-66519"/>
610610
<testCaseId value="MC-2783"/>
611611
<group value="pagebuilder"/>
@@ -676,7 +676,7 @@
676676
<stories value="Map"/>
677677
<title value="Location Attributes - City"/>
678678
<description value="Make sure the map accepts common characters, special characters, and empty string for City"/>
679-
<severity value="AVERAGE"/>
679+
<severity value="BLOCKER"/>
680680
<useCaseId value="MAGETWO-66519"/>
681681
<testCaseId value="MC-2890"/>
682682
<group value="pagebuilder"/>
@@ -747,7 +747,7 @@
747747
<stories value="Map"/>
748748
<title value="Location Attributes - State"/>
749749
<description value="Make sure the map accepts common characters, special characters, and empty string for State"/>
750-
<severity value="AVERAGE"/>
750+
<severity value="BLOCKER"/>
751751
<useCaseId value="MAGETWO-88132"/>
752752
<testCaseId value="MC-2473"/>
753753
<group value="pagebuilder"/>
@@ -818,7 +818,7 @@
818818
<stories value="Map"/>
819819
<title value="Location Attributes - Zip"/>
820820
<description value="Make sure the map accepts common characters, special characters, and empty string for Zip"/>
821-
<severity value="AVERAGE"/>
821+
<severity value="BLOCKER"/>
822822
<useCaseId value="MAGETWO-66519"/>
823823
<testCaseId value="MC-2565"/>
824824
<group value="pagebuilder"/>
@@ -889,7 +889,7 @@
889889
<stories value="Map"/>
890890
<title value="Location Attributes - Country - Valid Case"/>
891891
<description value="Make sure the map accepts USA for Country"/>
892-
<severity value="AVERAGE"/>
892+
<severity value="BLOCKER"/>
893893
<useCaseId value="MAGETWO-66519"/>
894894
<testCaseId value="MC-2777"/>
895895
<group value="pagebuilder"/>
@@ -985,7 +985,7 @@
985985
<stories value="Map"/>
986986
<title value="Location Attributes - Comment"/>
987987
<description value="Make sure the map accepts common characters, special characters, and empty string for Comment"/>
988-
<severity value="AVERAGE"/>
988+
<severity value="BLOCKER"/>
989989
<useCaseId value="MAGETWO-66519"/>
990990
<testCaseId value="MC-2553"/>
991991
<group value="pagebuilder"/>
@@ -1034,7 +1034,7 @@
10341034
<stories value="Map"/>
10351035
<title value="Location Attributes - Do not render HTML"/>
10361036
<description value="Make sure the map does not render any HTML input into map location attributes"/>
1037-
<severity value="CRITICAL"/>
1037+
<severity value="AVERAGE"/>
10381038
<useCaseId value="MC-13922"/>
10391039
<testCaseId value="MC-13934"/>
10401040
<group value="pagebuilder"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderMapLocationTests.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<stories value="Map"/>
8686
<title value="Locations - Verify Edit Button On Locations Grid"/>
8787
<description value="Verify that the edit button on the locations grid takes user to the edit location form."/>
88-
<severity value="AVERAGE"/>
88+
<severity value="MAJOR"/>
8989
<useCaseId value="MAGETWO-88132"/>
9090
<testCaseId value="MC-2475"/>
9191
<group value="pagebuilder"/>
@@ -1237,7 +1237,7 @@
12371237
<stories value="Map"/>
12381238
<title value="Locations - Edit Location"/>
12391239
<description value="Verify that a user can edit a location."/>
1240-
<severity value="AVERAGE"/>
1240+
<severity value="MAJOR"/>
12411241
<useCaseId value="MAGETWO-88132"/>
12421242
<testCaseId value="MC-2459"/>
12431243
<group value="pagebuilder"/>
@@ -1402,7 +1402,7 @@
14021402
<stories value="Map"/>
14031403
<title value="Locations - Delete Location"/>
14041404
<description value="Verify that a user can delete a location."/>
1405-
<severity value="AVERAGE"/>
1405+
<severity value="MAJOR"/>
14061406
<useCaseId value="MAGETWO-88132"/>
14071407
<testCaseId value="MC-2472"/>
14081408
<group value="pagebuilder"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderMapMapSettingsAttributesTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Map"/>
1515
<title value="Map Settings Section - Map Height - Valid Character Sets"/>
1616
<description value="Make sure the map accepts common characters for Map Height"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="BLOCKER"/>
1818
<useCaseId value="MC-5723"/>
1919
<testCaseId value="MC-2921"/>
2020
<group value="pagebuilder"/>
@@ -141,7 +141,7 @@
141141
<stories value="Map"/>
142142
<title value="Map Settings Section - Map Height - Invalid Height Inputs"/>
143143
<description value="Make sure the map does not accept percentage or non-numeric height"/>
144-
<severity value="CRITICAL"/>
144+
<severity value="AVERAGE"/>
145145
<useCaseId value="MAGETWO-91233"/>
146146
<testCaseId value="MC-2711"/>
147147
<group value="pagebuilder"/>
@@ -201,7 +201,7 @@
201201
<stories value="Map"/>
202202
<title value="Map Settings Section - Enable/Disable Show Controls"/>
203203
<description value="Make sure the map shows map control buttons when user enables Show Controls and does not show map control buttons when user disables Show Controls"/>
204-
<severity value="CRITICAL"/>
204+
<severity value="BLOCKER"/>
205205
<useCaseId value="MAGETWO-91233"/>
206206
<testCaseId value="MC-2411"/>
207207
<group value="pagebuilder"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderMapPinTest.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<stories value="Map"/>
175175
<title value="Pin Tests - Add Pin To Map By Inputting Coordinates"/>
176176
<description value="A user should be able to add a pin to a map on the Edit Panel by inputting coordinates and see the pin on Edit Panel, Stage, and Storefront."/>
177-
<severity value="CRITICAL"/>
177+
<severity value="MAJOR"/>
178178
<useCaseId value="MAGETWO-66519"/>
179179
<testCaseId value="MC-2707"/>
180180
<group value="pagebuilder"/>
@@ -304,7 +304,7 @@
304304
<stories value="Map"/>
305305
<title value="Pin Tests - Move Map Pin By Clicking On Map"/>
306306
<description value="A user should be able to move a map pin by clicking on the map on the Edit Panel"/>
307-
<severity value="CRITICAL"/>
307+
<severity value="MAJOR"/>
308308
<useCaseId value="MAGETWO-87083"/>
309309
<testCaseId value="MC-2552"/>
310310
<group value="pagebuilder"/>
@@ -451,7 +451,7 @@
451451
<stories value="Map"/>
452452
<title value="Pin Tests - Move Map Pin By Changing Coordinates"/>
453453
<description value="A user should be able to move a map pin by changing the coordinates on the Edit Panel"/>
454-
<severity value="CRITICAL"/>
454+
<severity value="MAJOR"/>
455455
<useCaseId value="MAGETWO-66519"/>
456456
<testCaseId value="MC-2660"/>
457457
<group value="pagebuilder"/>
@@ -584,7 +584,7 @@
584584
<stories value="Map"/>
585585
<title value="Pin Tests - Move Map Pin By Dragging And Dropping Pin"/>
586586
<description value="A user should be able to move a map pin by dragging and dropping the pin on the Edit Panel"/>
587-
<severity value="CRITICAL"/>
587+
<severity value="MAJOR"/>
588588
<useCaseId value="MAGETWO-66519"/>
589589
<testCaseId value="MC-2731"/>
590590
<group value="pagebuilder"/>
@@ -715,7 +715,7 @@
715715
<stories value="Map"/>
716716
<title value="Pin Tests - Move Map Pin By Dragging And Dropping Pin Off Of Map"/>
717717
<description value="A user should be able to move a map pin by dragging and dropping the pin off of the map on the Edit Panel"/>
718-
<severity value="CRITICAL"/>
718+
<severity value="AVERAGE"/>
719719
<useCaseId value="MAGETWO-66519"/>
720720
<testCaseId value="MC-2563"/>
721721
<group value="pagebuilder"/>
@@ -922,7 +922,7 @@
922922
<stories value="Map"/>
923923
<title value="Pin Tests - Map Pin Tooltip Window Stays Open When Panning On Map"/>
924924
<description value="Verify that the user can open and close the map pin tooltip window and that the tooltip window stays open as a user moves the map."/>
925-
<severity value="CRITICAL"/>
925+
<severity value="AVERAGE"/>
926926
<useCaseId value="MAGETWO-88132"/>
927927
<testCaseId value="MC-2445"/>
928928
<group value="pagebuilder"/>
@@ -1021,7 +1021,7 @@
10211021
<stories value="Map"/>
10221022
<title value="Pin Tests - Pin Tooltip All Location Data"/>
10231023
<description value="Verify tooltip with all location data appears on Stage and Storefront but not Edit Panel."/>
1024-
<severity value="CRITICAL"/>
1024+
<severity value="BLOCKER"/>
10251025
<useCaseId value="MAGETWO-66519"/>
10261026
<testCaseId value="MC-2556"/>
10271027
<group value="pagebuilder"/>
@@ -1146,7 +1146,7 @@
11461146
<stories value="Map"/>
11471147
<title value="Pin Tests - 2 Locations With Same Coordinates"/>
11481148
<description value="Verify that the user can add 2 locations to a map with the same coordinates."/>
1149-
<severity value="CRITICAL"/>
1149+
<severity value="AVERAGE"/>
11501150
<useCaseId value="MAGETWO-88132"/>
11511151
<testCaseId value="MC-2480"/>
11521152
<group value="pagebuilder"/>
@@ -1239,7 +1239,7 @@
12391239
<stories value="Map"/>
12401240
<title value="Pin Tests - 2 Locations On Opposite Sides Of The World"/>
12411241
<description value="Verify that the user can add 2 locations to a map that are on opposite sides of the world."/>
1242-
<severity value="CRITICAL"/>
1242+
<severity value="AVERAGE"/>
12431243
<useCaseId value="MAGETWO-88132"/>
12441244
<testCaseId value="MC-2452"/>
12451245
<group value="pagebuilder"/>

0 commit comments

Comments
 (0)