Skip to content

Commit 760a4e3

Browse files
committed
Fix test to check that login form is visible after admin expiration
1 parent 62e54bd commit 760a4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Test/Mftf/Test/AdminNavigateWhileUserExpiredTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<wait time="120" stepKey="waitForUserToExpire"/>
4949
<actionGroup ref="AdminOpenCustomersGridActionGroup" stepKey="navigateToCustomers"/>
5050
<!-- Confirm that user is logged out -->
51-
<seeInCurrentUrl url="{{AdminLoginPage.url}}" stepKey="seeAdminLoginUrl"/>
51+
<seeElement selector="{{AdminLoginFormSection.loginBlock}}" stepKey="assertAdminLoginPageIsAvailable"/>
5252

5353
<!-- Delete created user -->
5454
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>

0 commit comments

Comments
 (0)