File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Security/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
</before >
26
26
27
27
<actionGroup ref =" AdminOpenNewUserPageActionGroup" stepKey =" openNewUserPage" />
28
- <generateDate date =" +1 minute" format =" M d, Y h:i:s" stepKey =" expiresDateTime" />
28
+ <generateDate date =" +2 minute" format =" M d, Y h:i:s" 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
34
<actionGroup ref =" AdminSaveUserSuccessActionGroup" stepKey =" saveNewUserWithValidExpirationSuccess" />
35
35
<actionGroup ref =" logout" stepKey =" logout" />
36
- <wait time =" 60 " stepKey =" waitForUserToExpire" />
36
+ <wait time =" 120 " stepKey =" waitForUserToExpire" />
37
37
<actionGroup ref =" LoginAdminWithCredentialsActionGroup" stepKey =" loginAsNewAdmin" >
38
38
<argument name =" adminUser" value =" {$grabUsername}" />
39
39
<argument name =" adminPassword" value =" {$grabPassword}" />
You can’t perform that action at this time.
0 commit comments