File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
app/code/Magento/Checkout/Test/Mftf Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AssertTextIsVisibleOnPageActionGroup " >
10
+ <actionGroup name =" AssertToolbarTextIsVisibleInCartActionGroup " >
11
11
<arguments >
12
12
<argument name =" text" type =" string" />
13
- <argument name =" selector" type =" string" />
14
13
</arguments >
15
14
<waitForPageLoad stepKey =" waitForPageLoad" />
16
- <see userInput =" {{text}}" selector =" {{selector }}" stepKey =" VerifyPageText" />
15
+ <see userInput =" {{text}}" selector =" {{StorefrontCartToolbarSection.toolbarNumber }}" stepKey =" VerifyPageText" />
17
16
</actionGroup >
18
17
</actionGroups >
Original file line number Diff line number Diff line change 131
131
<deleteData createDataKey =" simpleProduct21" stepKey =" deleteCartItem21" />
132
132
</after >
133
133
<actionGroup ref =" StorefrontOpenCartPageActionGroup" stepKey =" goToCartPage" />
134
- <actionGroup ref =" AssertTextIsVisibleOnPageActionGroup " stepKey =" VerifyPagerText" >
134
+ <actionGroup ref =" AssertToolbarTextIsVisibleInCartActionGroup " stepKey =" VerifyPagerText" >
135
135
<argument name =" text" value =" Items 1 to 20 of 21 total" />
136
- <argument name =" selector" value =" {{StorefrontCartToolbarSection.toolbarNumber}}" />
137
136
</actionGroup >
138
137
<actionGroup ref =" StorefrontRemoveCartItemActionGroup" stepKey =" removeCartItem" />
139
138
<actionGroup ref =" AssertPagerTextIsNotVisibleActionGroup" stepKey =" VerifyMissingPagerText2" >
Original file line number Diff line number Diff line change 37
37
<deleteData createDataKey =" createSimpleProduct2" stepKey =" deleteProduct2" />
38
38
</after >
39
39
<actionGroup ref =" StorefrontOpenCartPageActionGroup" stepKey =" goToCartPage" />
40
- <actionGroup ref =" AssertTextIsVisibleOnPageActionGroup " stepKey =" VerifyPagerTextWithChangedConfiguration" >
40
+ <actionGroup ref =" AssertToolbarTextIsVisibleInCartActionGroup " stepKey =" VerifyPagerTextWithChangedConfiguration" >
41
41
<argument name =" text" value =" Items 1 to 1 of 2 total" />
42
- <argument name =" selector" value =" {{StorefrontCartToolbarSection.toolbarNumber}}" />
43
42
</actionGroup >
44
43
</test >
45
44
</tests >
You can’t perform that action at this time.
0 commit comments