File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Translation/Test/Mftf/Test Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 85
85
</actionGroup >
86
86
87
87
<!-- Check cart -->
88
- <click selector =" {{StorefrontMinicartSection.show }}" stepKey =" clickMiniCart2" />
88
+ <click selector =" {{StorefrontMinicartSection.showCart }}" stepKey =" clickMiniCart2" />
89
89
<dontSeeElement selector =" {{StorefrontMinicartSection.quantity}}" stepKey =" dontSeeCartItem" />
90
90
</test >
91
91
</tests >
Original file line number Diff line number Diff line change 125
125
<wait time =" 60" stepKey =" waitForCartToBeUpdated" />
126
126
<reloadPage stepKey =" reloadPage" />
127
127
<waitForPageLoad stepKey =" waitForCheckoutPageReload" />
128
- <click selector =" {{StorefrontMinicartSection.show }}" stepKey =" clickMiniCart" />
128
+ <click selector =" {{StorefrontMinicartSection.showCart }}" stepKey =" clickMiniCart" />
129
129
<dontSeeElement selector =" {{StorefrontMinicartSection.quantity}}" stepKey =" dontSeeCartItem" />
130
130
<!-- Add simple product to shopping cart -->
131
131
<amOnPage url =" {{StorefrontProductPage.url($$createSimpleProduct2.name$$)}}" stepKey =" amOnSimpleProductPage2" />
153
153
<wait time =" 60" stepKey =" waitForCartToBeUpdated2" />
154
154
<reloadPage stepKey =" reloadPage2" />
155
155
<waitForPageLoad stepKey =" waitForCheckoutPageReload2" />
156
- <click selector =" {{StorefrontMinicartSection.show }}" stepKey =" clickMiniCart2" />
156
+ <click selector =" {{StorefrontMinicartSection.showCart }}" stepKey =" clickMiniCart2" />
157
157
<dontSeeElement selector =" {{StorefrontMinicartSection.quantity}}" stepKey =" dontSeeCartItem2" />
158
158
</test >
159
159
</tests >
Original file line number Diff line number Diff line change 72
72
<!-- 3. Go to storefront and click on cart button on the top -->
73
73
<reloadPage stepKey =" reloadPage" />
74
74
<waitForPageLoad stepKey =" waitForReload" />
75
- <click selector =" {{StorefrontMinicartSection.show }}" stepKey =" showMiniCart" />
75
+ <click selector =" {{StorefrontMinicartSection.showCart }}" stepKey =" showMiniCart" />
76
76
77
77
<!-- Small cart popup appeared. -->
78
78
<waitForElementVisible selector =" {{StorefrontMinicartSection.blockMiniCart}}" stepKey =" seePopUpAppeared" />
339
339
<actionGroup ref =" AddSimpleProductToCartActionGroup" stepKey =" addProductToCart" >
340
340
<argument name =" product" value =" $$createProduct$$" />
341
341
</actionGroup >
342
- <click selector =" {{StorefrontMinicartSection.show }}" stepKey =" showCart" />
342
+ <click selector =" {{StorefrontMinicartSection.showCart }}" stepKey =" showCart" />
343
343
344
344
<!-- Small cart popup appeared. -->
345
345
<waitForElementVisible selector =" {{StorefrontMinicartSection.blockMiniCart}}" stepKey =" waitPopUpAppeared" />
438
438
<magentoCLI command =" cache:flush" stepKey =" flushCache3" />
439
439
<reloadPage stepKey =" reloadProductPage" />
440
440
<waitForPageLoad stepKey =" waitForReloadPage" />
441
- <click selector =" {{StorefrontMinicartSection.show }}" stepKey =" showMiniCartPopup" />
441
+ <click selector =" {{StorefrontMinicartSection.showCart }}" stepKey =" showMiniCartPopup" />
442
442
<waitForElementVisible selector =" {{StorefrontMinicartSection.blockMiniCart}}" stepKey =" waitForPopUpAppeared" />
443
443
444
444
<actionGroup ref =" AdminTranslateElementActionGroup" stepKey =" revertTranslateProceedToCheckout" >
You can’t perform that action at this time.
0 commit comments