File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 56
56
<reloadPage stepKey =" refreshPage" />
57
57
<waitForPageLoad stepKey =" waitFormReload" />
58
58
<click stepKey =" clickSelectBtn" selector =" {{AdminExportAttributeSection.selectByIndex(rowIndex)}}" />
59
- <click stepKey =" clickOnDownload " selector =" {{AdminExportAttributeSection.delete(rowIndex)}}" after =" clickSelectBtn" />
59
+ <click stepKey =" clickOnDelete " selector =" {{AdminExportAttributeSection.delete(rowIndex)}}" after =" clickSelectBtn" />
60
60
<waitForElementVisible selector =" {{AdminProductGridConfirmActionSection.title}}" stepKey =" waitForConfirmModal" />
61
- <click selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" confirmProductDelete" />
61
+ <click selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" confirmDelete" />
62
+ <waitForPageLoad stepKey =" waitForExportDataDeleted" />
62
63
<see selector =" {{AdminDataGridTableSection.dataGridEmpty}}" userInput =" We couldn't find any records." stepKey =" assertDataGridEmptyMessage" />
63
64
</actionGroup >
64
- </actionGroups >
65
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments