Skip to content

Commit 0b400cf

Browse files
committed
B2B-1645: Add MFTF test for MC-38325 & MC-38947
- Addressing review feedback
1 parent a6aa814 commit 0b400cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/DownloadableImportExport/Test/Mftf/Test/AdminImportDownloadableProductsWithFileLinksTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<see userInput="{{ImportProduct_Downloadable_FileLinks.fileName}}" selector="{{AdminDataGridTableSection.firstRow}}" stepKey="seeImportedFile"/>
8484
<see userInput="{{ImportProduct_Downloadable_FileLinks.importSummary}}" selector="{{AdminDataGridTableSection.firstRow}}" stepKey="seeSummary"/>
8585

86-
<!-- Admin: Verify Simple Product 1 on Edit Product Page -->
86+
<!-- Admin: Verify Downloadable Product on Edit Product Page -->
8787
<actionGroup ref="NavigateToCreatedProductEditPageActionGroup" stepKey="goToDownloadableProductEditPage">
8888
<argument name="product" value="ImportProduct_Downloadable_FileLinks"/>
8989
</actionGroup>

app/code/Magento/DownloadableImportExport/Test/Mftf/Test/AdminImportDownloadableProductsWithUrlLinksTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<see userInput="{{ImportProduct_Downloadable_UrlLinks.fileName}}" selector="{{AdminDataGridTableSection.firstRow}}" stepKey="seeImportedFile"/>
8989
<see userInput="{{ImportProduct_Downloadable_UrlLinks.importSummary}}" selector="{{AdminDataGridTableSection.firstRow}}" stepKey="seeSummary"/>
9090

91-
<!-- Admin: Verify Simple Product 1 on Edit Product Page -->
91+
<!-- Admin: Verify Downloadable Product on Edit Product Page -->
9292
<actionGroup ref="NavigateToCreatedProductEditPageActionGroup" stepKey="goToDownloadableProductEditPage">
9393
<argument name="product" value="ImportProduct_Downloadable_UrlLinks"/>
9494
</actionGroup>

0 commit comments

Comments
 (0)