File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Swatches/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
</before >
24
24
<after >
25
25
<!-- Clean up our modifications to the existing color attribute -->
26
- <amOnPage url =" {{AdminProductAttributeGridPage.url}}" stepKey =" goToProductAttributes2 " />
27
- <waitForPageLoad stepKey =" waitForProductAttributes2 " />
28
- <fillField selector =" {{AdminProductAttributeGridSection.FilterByAttributeCode}}" userInput =" color" stepKey =" fillFilter2 " />
29
- <click selector =" {{AdminProductAttributeGridSection.Search}}" stepKey =" clickSearch2 " />
30
- <click selector =" {{AdminProductAttributeGridSection.AttributeCode('color')}}" stepKey =" clickRowToEdit2 " />
26
+ <amOnPage url =" {{AdminProductAttributeGridPage.url}}" stepKey =" goToProductAttributes " />
27
+ <waitForPageLoad stepKey =" waitForProductAttributes " />
28
+ <fillField selector =" {{AdminProductAttributeGridSection.FilterByAttributeCode}}" userInput =" color" stepKey =" fillFilter " />
29
+ <click selector =" {{AdminProductAttributeGridSection.Search}}" stepKey =" clickSearch " />
30
+ <click selector =" {{AdminProductAttributeGridSection.AttributeCode('color')}}" stepKey =" clickRowToEdit " />
31
31
<click selector =" {{AdminManageSwatchSection.nthDelete('1')}}" stepKey =" deleteSwatch1" />
32
32
<click selector =" {{AdminManageSwatchSection.nthDelete('2')}}" stepKey =" deleteSwatch2" />
33
33
<click selector =" {{AdminManageSwatchSection.nthDelete('3')}}" stepKey =" deleteSwatch3" />
34
- <waitForPageLoad stepKey =" waitToClickSave2 " />
35
- <click selector =" {{AttributePropertiesSection.SaveAndEdit}}" stepKey =" clickSaveAndEdit2 " />
34
+ <waitForPageLoad stepKey =" waitToClickSave " />
35
+ <click selector =" {{AttributePropertiesSection.SaveAndEdit}}" stepKey =" clickSaveAndEdit " />
36
36
<!-- Logout -->
37
37
<amOnPage url =" admin/admin/auth/logout/" stepKey =" amOnLogoutPage" />
38
38
</after >
You can’t perform that action at this time.
0 commit comments