File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 36
36
<click selector =" {{AdminProductAttributeGridSection.attributeCode(attributeCode)}}" stepKey =" clickRowToEdit" />
37
37
<waitForPageLoad stepKey =" waitForColorAttributePageLoad" />
38
38
</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 >
46
39
</actionGroups >
You can’t perform that action at this time.
0 commit comments