File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/Review/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- /**
4- * Copyright 2019 Adobe
5- * All Rights Reserved.
6- */
3+ /**
4+ * Copyright 2019 Adobe
5+ * All Rights Reserved.
6+ */
77-->
88<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
1818 <click selector =" {{AdminReviewGridSection.submit}}" stepKey =" clickSubmit" />
1919 <waitForElementVisible selector =" {{AdminReviewGridSection.acceptModal}}" stepKey =" waitForModalPopUp" />
2020 <click selector =" {{AdminReviewGridSection.acceptModal}}" stepKey =" confirmProductDelete" />
21+ <scrollToTopOfPage stepKey =" scrollToTopOfPage" />
22+ <waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForSuccessMessageVisible" />
2123 <see selector =" {{AdminMessagesSection.success}}" userInput =" record(s) have been deleted." stepKey =" seeSuccessMessage" />
2224 </actionGroup >
2325</actionGroups >
You can’t perform that action at this time.
0 commit comments