Skip to content

Commit 3691c45

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
- housekeeping
1 parent 8056e46 commit 3691c45

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

app/code/Magento/Backend/Test/Mftf/ActionGroup/SecondaryGridActionGroup.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
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}}"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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>

app/code/Magento/Tax/Test/Mftf/Section/CheckoutCartSummarySection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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"/>

app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminDeleteWidgetActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
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"/>

0 commit comments

Comments
 (0)