File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
app/code/Magento/Swatches/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 33
33
<click selector =" {{AdminManageSwatchSection.nthDelete('3')}}" stepKey =" deleteSwatch3" />
34
34
<waitForPageLoad stepKey =" waitToClickSave" />
35
35
<click selector =" {{AttributePropertiesSection.SaveAndEdit}}" stepKey =" clickSaveAndEdit" />
36
+ <waitForPageLoad stepKey =" waitForSave" />
37
+
38
+ <!-- Change back to dropdown -->
39
+ <selectOption selector =" {{AdminNewAttributePanel.inputType}}" userInput =" select" stepKey =" selectDropdown" />
40
+ <waitForPageLoad stepKey =" waitToClickSave2" />
41
+ <click selector =" {{AttributePropertiesSection.SaveAndEdit}}" stepKey =" clickSaveAndEdit2" />
42
+ <waitForPageLoad stepKey =" waitForSave2" />
36
43
<!-- Logout -->
37
44
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
38
45
</after >
You can’t perform that action at this time.
0 commit comments