Skip to content

Commit d423667

Browse files
committed
1 parent 7b98baf commit d423667

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AdminCustomersDeleteSystemCustomerGroupTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
<features value="Customer"/>
1313
<title value="System Customer Groups"/>
1414
<description value="Admin should not be able to delete system customer groups"/>
15+
<stories value="Delete System Customer Group" />
16+
<testCaseId value="MC-14588" />
1517
<group value="customers"/>
1618
<group value="mtf_migrated"/>
1719
</annotations>
1820
<before>
19-
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
21+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2022
</before>
2123
<after>
22-
<actionGroup ref="logout" stepKey="logout"/>
24+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
2325
</after>
2426

2527
<!--Verify Not Logged In customer group-->

0 commit comments

Comments
 (0)