Skip to content

Commit ecdf18b

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,4 @@
3636
<click selector="{{AdminProductAttributeGridSection.attributeCode(attributeCode)}}" stepKey="clickRowToEdit"/>
3737
<waitForPageLoad stepKey="waitForColorAttributePageLoad"/>
3838
</actionGroup>
39-
<actionGroup name="deleteProductAttribute" extends="navigateToCreatedProductAttribute">
40-
<click selector="{{AttributePropertiesSection.DeleteAttribute}}" stepKey="deleteAttribute"/>
41-
<waitForElementVisible selector="{{AdminConfirmationModalSection.title}}" stepKey="waitForConfirmModal"/>
42-
<click selector="{{AdminConfirmationModalSection.ok}}" stepKey="clickOnDeleteButton"/>
43-
<seeElement selector="{{AdminProductMessagesSection.successMessage}}"
44-
stepKey="waitForSuccessMessage"/>
45-
</actionGroup>
4639
</actionGroups>

0 commit comments

Comments
 (0)