Skip to content

Commit d80bffc

Browse files
committed
MQE-1854: convert ExpireSessionTest to MFTF
1 parent 4cda9d7 commit d80bffc

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminExpireAdminSessionTest.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminExpireAdminSessionTest">
1212
<annotations>
13+
<features value="Backend"/>
1314
<stories value="Admin Session Expire"/>
14-
<title value="Expire Admin Session"/>
15-
<description value="Expire Admin Session"/>
16-
<severity value="CRITICAL"/>
17-
<testCaseId value="MAGETWO-47723"/>
18-
<group value="backend"/>
15+
<title value="Admin Session Expire"/>
16+
<description value="Admin Session Expire"/>
17+
<severity value="MAJOR"/>
18+
<testCaseId value="MC-14111"/>
19+
<group value="Backend"/>
1920
<group value="mtf_migrated"/>
2021
</annotations>
2122
<after>

app/code/Magento/Backend/Test/Mftf/Test/AdminExpireCustomerSessionTest.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminExpireCustomerSessionTest">
1212
<annotations>
13-
<stories value="Admin Session Expire"/>
14-
<title value="Check that session expires according with time settings applied in configuration"/>
15-
<description value="Check that session expires according with time settings applied in configuration"/>
16-
<severity value="CRITICAL"/>
17-
<testCaseId value="MAGETWO-47722"/>
18-
<group value="backend"/>
13+
<features value="Backend"/>
14+
<stories value="Customer Session Expire"/>
15+
<title value="Customer Session Expireon"/>
16+
<description value="Customer Session Expire"/>
17+
<severity value="MAJOR"/>
18+
<testCaseId value="MC-14110"/>
19+
<group value="Backend"/>
1920
<group value="mtf_migrated"/>
2021
</annotations>
2122
<after>

0 commit comments

Comments
 (0)