|
109 | 109 | <!-- Update Option Customizable Options and Option Value 1-->
|
110 | 110 |
|
111 | 111 | <waitForPageLoad time="30" stepKey="waitForPageLoad8"/>
|
112 |
| - <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitle}}" stepKey="unCheckboxUseDefaultOptionTitle"/> |
| 112 | + <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitle}}" stepKey="unCheckUseDefaultOptionTitle"/> |
113 | 113 | <fillField selector="{{AdminProductCustomizableOptionsSection.fillOptionTitle('Custom Options 1')}}" userInput="FR Custom Options 1" stepKey="fillOptionTitle2"/>
|
114 |
| - <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('0')}}" stepKey="unCheckboxUseDefaultOptionValueTitle1"/> |
| 114 | + <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('0')}}" stepKey="unCheckUseDefaultOptionValueTitle1"/> |
115 | 115 | <fillField selector="{{AdminProductCustomizableOptionsSection.fillOptionValueTitle('FR Custom Options 1', '0')}}" userInput="FR option1" stepKey="fillOptionValueTitle3"/>
|
116 | 116 |
|
117 | 117 | <!-- Update Product with Option Value 1 DropDown 1-->
|
118 | 118 |
|
119 | 119 | <click selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="clickHiddenRequireMessage"/>
|
120 |
| - <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="unCheckboxUseDefaultOptionValueTitle2"/> |
| 120 | + <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="unCheckUseDefaultOptionValueTitle2"/> |
121 | 121 | <fillField selector="{{AdminProductCustomizableOptionsSection.fillOptionValueTitle('FR Custom Options 1', '1')}}" userInput="FR option2" stepKey="fillOptionValueTitle4"/>
|
122 | 122 | <click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickSaveButton2"/>
|
123 | 123 |
|
|
269 | 269 | <!-- Update Option Customizable Options and Option Value 1-->
|
270 | 270 |
|
271 | 271 | <waitForPageLoad time="30" stepKey="waitForPageLoad10"/>
|
272 |
| - <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitle}}" stepKey="checkboxUseDefaultOptionTitle"/> |
273 |
| - <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('0')}}" stepKey="checkboxUseDefaultOptionValueTitle1"/> |
| 272 | + <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitle}}" stepKey="checkUseDefaultOptionTitle"/> |
| 273 | + <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('0')}}" stepKey="checkUseDefaultOptionValueTitle1"/> |
274 | 274 |
|
275 | 275 | <!-- Update Product with Option Value 1 DropDown 1-->
|
276 | 276 |
|
277 | 277 | <waitForPageLoad time="30" stepKey="waitForPageLoad11"/>
|
278 |
| - <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="checkboxUseDefaultOptionValueTitle2"/> |
| 278 | + <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="checkUseDefaultOptionValueTitle2"/> |
279 | 279 | <click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickSaveButton3"/>
|
280 | 280 |
|
281 | 281 | <!--Go to Product Page-->
|
|
0 commit comments