File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Backend/Test/Mftf/ActionGroup
Checkout/Test/Mftf/ActionGroup
Widget/Test/Mftf/ActionGroup Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2323 <click stepKey =" resetFilters" selector =" {{AdminSecondaryGridSection.resetFilters}}" />
2424 <fillField stepKey =" fillIdentifier" selector =" {{searchInput}}" userInput =" {{name}}" />
2525 <click stepKey =" searchForName" selector =" {{AdminSecondaryGridSection.searchButton}}" />
26+ <waitForPageLoad stepKey =" waitForPageLoad" />
27+ <waitForElementClickable selector =" {{AdminSecondaryGridSection.firstRow}}" stepKey =" waitForResult" />
2628 <click stepKey =" clickResult" selector =" {{AdminSecondaryGridSection.firstRow}}" />
2729 <waitForPageLoad stepKey =" waitForTaxRateLoad" />
2830
2931 <!-- delete the rule -->
30- <waitForElementVisible selector =" {{AdminStoresMainActionsSection.deleteButton}}" stepKey =" waitForDelete" />
32+ <waitForElementClickable selector =" {{AdminStoresMainActionsSection.deleteButton}}" stepKey =" waitForDelete" />
3133 <click stepKey =" clickDelete" selector =" {{AdminStoresMainActionsSection.deleteButton}}" />
3234 <waitForElementVisible selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" waitForConfirmationModal" />
3335 <click stepKey =" clickOk" selector =" {{AdminConfirmationModalSection.ok}}" />
Original file line number Diff line number Diff line change 2424 <selectOption selector =" {{CheckoutCartSummarySection.stateProvince}}" userInput =" {{estimateAddress.state}}" stepKey =" selectStateProvince" />
2525 <waitForLoadingMaskToDisappear stepKey =" waitForStateLoadingMaskDisappear" />
2626 <fillField selector =" {{CheckoutCartSummarySection.postcode}}" userInput =" {{estimateAddress.zipCode}}" stepKey =" fillZipPostalCodeField" />
27+ <click selector =" {{CheckoutCartSummarySection.cartTotalsBlock}}" stepKey =" moveFocusOutOfPostcode" />
2728 <waitForLoadingMaskToDisappear stepKey =" waitForZipLoadingMaskDisappear" />
2829 </actionGroup >
2930</actionGroups >
Original file line number Diff line number Diff line change 99<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
1111 <section name =" CheckoutCartSummarySection" >
12+ <element name =" cartTotalsBlock" type =" block" selector =" #cart-totals" />
1213 <element name =" taxAmount" type =" text" selector =" [data-th='Tax']>span" />
1314 <element name =" taxSummary" type =" text" selector =" .totals-tax-summary" />
1415 <element name =" rate" type =" text" selector =" tr.totals-tax-details.shown th.mark" />
Original file line number Diff line number Diff line change 2121 <conditionalClick selector =" {{AdminDataGridHeaderSection.clearFilters}}" dependentSelector =" {{AdminDataGridHeaderSection.clearFilters}}" visible =" true" stepKey =" clearExistingFilters" />
2222 <fillField selector =" {{AdminWidgetsSection.widgetTitleSearch}}" userInput =" {{widget.name}}" stepKey =" fillTitle" />
2323 <click selector =" {{AdminWidgetsSection.searchButton}}" stepKey =" clickContinue" />
24+ <waitForElementClickable selector =" {{AdminWidgetsSection.searchResult}}" stepKey =" waitForSearchResult" />
2425 <click selector =" {{AdminWidgetsSection.searchResult}}" stepKey =" clickSearchResult" />
2526 <waitForPageLoad stepKey =" waitForResultLoad" />
27+ <waitForElementClickable selector =" {{AdminMainActionsSection.delete}}" stepKey =" waitForDeleteButtonCliackable" />
2628 <click selector =" {{AdminMainActionsSection.delete}}" stepKey =" clickDelete" />
2729 <waitForAjaxLoad stepKey =" waitForAjaxLoad" />
2830 <click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmDelete" />
You can’t perform that action at this time.
0 commit comments