Skip to content

Commit ab0b436

Browse files
glo74170Manjusha.S
authored andcommitted
MC-27419 : Change the section file
1 parent 1dbb5b9 commit ab0b436

File tree

5 files changed

+8
-75
lines changed

5 files changed

+8
-75
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminConfigurationAllowGuestCheckoutNoNavigateActionGroup .xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminConfigurationAllowGuestCheckoutYesNavigateActionGroup.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontGuestSignInActionGroup.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="StorefrontGuestSignInActionGroup">
1212
<annotations>
13-
<description>Enter email id and password, click on sign in button and validate functionality.</description>
13+
<description>Enter email id and password, click on sign in button.</description>
1414
</annotations>
1515
<arguments>
1616
<!--<argument name="username" type="string" defaultValue=""/>-->
1717
<argument name="email" type="string" defaultValue=""/>
1818
<argument name="password" type="string" defaultValue=""/>
1919
</arguments>
2020

21-
<fillField selector="{{StorefrontGuestSignInSection.email}}" userInput="{{email}}" stepKey="fillEmailId"/>
22-
<fillField selector="{{StorefrontGuestSignInSection.password}}" userInput="{{password}}" stepKey="fillPassword"/>
23-
<waitForElementVisible selector="{{StorefrontGuestSignInSection.CreateAnAccount}}" stepKey="seeCreateAnAccount"/>
24-
<waitForElementVisible selector="{{StorefrontGuestSignInSection.ForgotYourPassword}}" stepKey="seeForgotYourPassword"/>
25-
<click selector="{{StorefrontGuestSignInSection.SignIn}}" stepKey="clickOnSignIn"/>
21+
<fillField selector="{{StorefrontCustomerSignInPopupFormSection.email}}" userInput="{{email}}" stepKey="fillEmailId"/>
22+
<fillField selector="{{StorefrontCustomerSignInPopupFormSection.password}}" userInput="{{password}}" stepKey="fillPassword"/>
23+
<waitForElementVisible selector="{{StorefrontCustomerSignInPopupFormSection.CreateAnAccount}}" stepKey="seeCreateAnAccount"/>
24+
<waitForElementVisible selector="{{StorefrontCustomerSignInPopupFormSection.ForgotYourPassword}}" stepKey="seeForgotYourPassword"/>
25+
<click selector="{{StorefrontCustomerSignInPopupFormSection.SignIn}}" stepKey="clickOnSignIn"/>
2626
</actionGroup>
27-
</actionGroups>
27+
</actionGroups>

app/code/Magento/Checkout/Test/Mftf/Section/StorefrontGuestSignInSection.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<element name="email" type="input" selector="#customer-email"/>
1313
<element name="password" type="input" selector="#pass"/>
1414
<element name="signIn" type="button" selector="#send2" timeout="30"/>
15+
<element name="ForgotYourPassword" type="button" selector="//a[@class='action']//span[contains(text(),'Forgot Your Password?')]" timeout="30"/>
1516
<element name="createAnAccount" type="button" selector="//div[contains(@class,'actions-toolbar')]//a[contains(.,'Create an Account')]" timeout="30"/>
1617
</section>
1718
</sections>

0 commit comments

Comments
 (0)