Skip to content

Commit d2fbe33

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
1 parent 5ad8977 commit d2fbe33

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddSimpleProductToCartActionGroup.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<amOnPage url="{{StorefrontProductPage.url(product.custom_attributes[url_key])}}" stepKey="goToProductPage"/>
2020
<waitForPageLoad stepKey="waitForProductPage"/>
21-
<waitForElementClickable selector="{{StorefrontProductPageSection.addToCartBtn}}" stepKey="waitForAddToCart"/>
22-
<click selector="{{StorefrontProductPageSection.addToCartBtn}}" stepKey="addToCart"/>
21+
<waitForElementClickable selector="{{StorefrontProductPageSection.addToCart}}" stepKey="waitForAddToCart"/>
22+
<click selector="{{StorefrontProductPageSection.addToCart}}" stepKey="addToCart"/>
2323
<comment userInput="Preserve BIC. StorefrontProductActionSection.addToCartButtonTitleIsAdding" stepKey="waitForElementNotVisibleAddToCartButtonTitleIsAdding"/>
2424
<comment userInput="Preserve BIC. StorefrontProductActionSection.addToCartButtonTitleIsAdded" stepKey="waitForElementNotVisibleAddToCartButtonTitleIsAdded"/>
2525
<comment userInput="Preserve BIC. StorefrontProductActionSection.addToCartButtonTitleIsAddToCart" stepKey="waitForElementVisibleAddToCartButtonTitleIsAddToCart"/>
2626
<comment userInput="Preserve BIC." stepKey="waitForPageLoad"/>
27-
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" time="30" stepKey="waitForProductAddedMessage"/>
27+
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForProductAddedMessage"/>
2828
<see selector="{{StorefrontMessagesSection.success}}" userInput="You added {{product.name}} to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
2929
</actionGroup>
3030
</actionGroups>

app/code/Magento/Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<description value="Verify Multi shipping with creation new customer and addresses during checkout"/>
1515
<severity value="MAJOR"/>
1616
<testCaseId value="AC-4685" />
17+
<skip>
18+
<issueId value="ACQE-4834" />
19+
</skip>
1720
</annotations>
1821
<before>
1922
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminArea"/>

0 commit comments

Comments
 (0)