Skip to content

Commit 6098a5a

Browse files
authored
ACQE-6746 | AC-5588: Verify authentication popup still shows properly when guest user tries to go to the checkout but guest checkout is disabled
1 parent 065a5c1 commit 6098a5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerSignInFormSection/StorefrontCustomerSignInPopupFormSection.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
<element name="signIn" type="button" selector="(//button[@id='send2'][contains(@class, 'login')])[1]" timeout="30"/>
1515
<element name="forgotYourPassword" type="button" selector="//a[@class='action']//span[contains(text(),'Forgot Your Password?')]" timeout="30"/>
1616
<element name="createAnAccount" type="button" selector="(//div[contains(@class,'actions-toolbar')]//a[contains(.,'Create an Account')])[last()]" timeout="30"/>
17-
<element name="authenticationPopUp" type="text" selector="#block-customer-login-heading" timeout="30"/>
1817
</section>
19-
</sections>
18+
</sections>

0 commit comments

Comments
 (0)