Skip to content

Commit 5ac4cf3

Browse files
committed
MAGETWO-94892: Add Gift card to the cart from Requisition List
1 parent a1f99ed commit 5ac4cf3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
<section name="StorefrontProductImageSection" />
1616
<section name="StorefrontMessagesSection" />
1717
<section name="StorefrontProductRelatedProductsSection"/>
18+
<section name="StorefrontCreateRequisitionListSection"/>
1819
</page>
1920
</pages>

app/code/Magento/Ui/Test/Mftf/Section/ModalConfirmationSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
<section name="ModalConfirmationSection">
1212
<element name="CancelButton" type="button" selector="//footer[@class='modal-footer']/button[contains(@class, 'action-dismiss')]"/>
1313
<element name="OkButton" type="button" selector="//footer[@class='modal-footer']/button[contains(@class, 'action-accept')]"/>
14-
<element name="saveButton" type="button" selector="//footer[@class='modal-footer']/button[contains(@class, 'action primary confirm')]" timeout="30"/>
1514
</section>
1615
</sections>

0 commit comments

Comments
 (0)