File tree 1 file changed +4
-2
lines changed
app/code/Magento/Security/Test/Mftf/Test 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
<description value =" Try to login as a user with an invalid expiration date." />
18
18
<testCaseId value =" " />
19
19
<severity value =" CRITICAL" />
20
- <group value =" security " />
20
+ <group value =" debug " />
21
21
</annotations >
22
22
23
23
<before >
24
24
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
25
25
</before >
26
26
27
27
<actionGroup ref =" AdminOpenNewUserPageActionGroup" stepKey =" openNewUserPage" />
28
- <generateDate date =" +2 minute" format =" M d, Y h:i:s " stepKey =" expiresDateTime" />
28
+ <generateDate date =" +2 minute" format =" M d, Y h:i A " stepKey =" expiresDateTime" />
29
29
<actionGroup ref =" AdminFillInUserWithExpirationActionGroup" stepKey =" fillInNewUserWithValidExpiration" >
30
30
<argument name =" expires_at" value =" {$expiresDateTime}" />
31
31
</actionGroup >
32
32
<grabValueFrom selector =" {{AdminNewUserFormSection.username}}" stepKey =" grabUsername" />
33
33
<grabValueFrom selector =" {{AdminNewUserFormSection.password}}" stepKey =" grabPassword" />
34
+ <scrollToTopOfPage stepKey =" scrollToTopOfPage" />
35
+ <click selector =" {{AdminNewUserFormSection.userInfoTab}}" stepKey =" openUserInfoTab" />
34
36
<actionGroup ref =" AdminSaveUserSuccessActionGroup" stepKey =" saveNewUserWithValidExpirationSuccess" />
35
37
<actionGroup ref =" logout" stepKey =" logout" />
36
38
<wait time =" 120" stepKey =" waitForUserToExpire" />
You can’t perform that action at this time.
0 commit comments