Skip to content

Commit 0bd91d5

Browse files
author
Stas Puga
committed
MAGETWO-95518: Add different types of products on the quote including gift card
1 parent e4b40af commit 0bd91d5

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

app/code/Magento/Bundle/Test/Mftf/Page/StorefrontProductPage.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
1111
<page name="StorefrontProductPage" url="/{{var1}}.html" area="storefront" module="Magento_Catalog" parameterized="true">
1212
<section name="StorefrontBundledSection"/>
13-
<section name="StorefrontBundleProductActionSection"/>
1413
</page>
1514
</pages>

app/code/Magento/Bundle/Test/Mftf/Section/StorefrontBundleProductActionSection.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</actionGroup>
2828
<actionGroup name="deleteProductAttribute" extends="navigateToCreatedProductAttribute">
2929
<click selector="{{AttributePropertiesSection.DeleteAttribute}}" stepKey="deleteAttribute"/>
30-
<click selector="{{ModalConfirmationSection.OkButton}}" stepKey="ClickOnDeleteButton"/>
31-
<waitForPageLoad stepKey="waitForPageLoad"/>
30+
<waitForElementVisible selector="{{AdminConfirmationModalSection.title}}" stepKey="waitForConfirmModal"/>
31+
<click selector="{{AdminConfirmationModalSection.ok}}" stepKey="clickOnDeleteButton"/>
3232
<seeElement selector="{{AdminProductMessagesSection.successMessage}}"
3333
stepKey="waitForSuccessMessage"/>
3434
</actionGroup>

0 commit comments

Comments
 (0)