Skip to content

Commit

Permalink
increase lead time for user expiration test (#22833: Short-term admin…
Browse files Browse the repository at this point in the history
… accounts)
  • Loading branch information
lfolco committed Sep 30, 2019
1 parent 78dc3b5 commit 171c4c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
</before>

<actionGroup ref="AdminOpenNewUserPageActionGroup" stepKey="openNewUserPage" />
<generateDate date="+1 minute" format="M d, Y h:i:s" stepKey="expiresDateTime"/>
<generateDate date="+2 minute" format="M d, Y h:i:s" stepKey="expiresDateTime"/>
<actionGroup ref="AdminFillInUserWithExpirationActionGroup" stepKey="fillInNewUserWithValidExpiration">
<argument name="expires_at" value="{$expiresDateTime}"/>
</actionGroup>
<grabValueFrom selector="{{AdminNewUserFormSection.username}}" stepKey="grabUsername"/>
<grabValueFrom selector="{{AdminNewUserFormSection.password}}" stepKey="grabPassword"/>
<actionGroup ref="AdminSaveUserSuccessActionGroup" stepKey="saveNewUserWithValidExpirationSuccess"/>
<actionGroup ref="logout" stepKey="logout"/>
<wait time="60" stepKey="waitForUserToExpire"/>
<wait time="120" stepKey="waitForUserToExpire"/>
<actionGroup ref="LoginAdminWithCredentialsActionGroup" stepKey="loginAsNewAdmin">
<argument name="adminUser" value="{$grabUsername}"/>
<argument name="adminPassword" value="{$grabPassword}"/>
Expand Down

0 comments on commit 171c4c9

Please sign in to comment.