|
77 | 77 |
|
78 | 78 | <!-- Update Product with Option Value DropDown 1-->
|
79 | 79 |
|
80 |
| - <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customezableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" stepKey="clickIfContentTabCloses2" visible="true"/> |
| 80 | + <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customezableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" visible="true" stepKey="clickIfContentTabCloses2"/> |
81 | 81 | <click selector="{{AdminProductCustomizableOptionsSection.addOptionBtn}}" stepKey="checkAddOption1"/>
|
82 | 82 | <waitForPageLoad time="10" stepKey="waitForPageLoad7"/>
|
83 | 83 | <fillField selector="{{AdminProductCustomizableOptionsSection.fillOptionTitle('New Option')}}" userInput="Custom Options 1" stepKey="fillOptionTitle1"/>
|
|
104 | 104 | <!-- Open tab Customizable Options -->
|
105 | 105 |
|
106 | 106 | <waitForPageLoad time="10" stepKey="waitForPageLoad2"/>
|
107 |
| - <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customezableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" stepKey="clickIfContentTabCloses3" visible="true"/> |
| 107 | + <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customezableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" visible="true" stepKey="clickIfContentTabCloses3"/> |
108 | 108 |
|
109 | 109 | <!-- Update Option Customizable Options and Option Value 1-->
|
110 | 110 |
|
111 | 111 | <waitForPageLoad time="30" stepKey="waitForPageLoad8"/>
|
112 |
| - <uncheckOption selector="{{AdminProductCustomizableOptionsSection.checkboxUseDefaultTitle}}" stepKey="checkboxUseDefault1"/> |
| 112 | + <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitle}}" stepKey="unCheckboxUseDefault1"/> |
113 | 113 | <fillField selector="{{AdminProductCustomizableOptionsSection.fillOptionTitle('Custom Options 1')}}" userInput="FR Custom Options 1" stepKey="fillOptionTitle2"/>
|
114 |
| - <uncheckOption selector="{{AdminProductCustomizableOptionsSection.checkboxUseDefaultOption('0')}}" stepKey="checkboxUseDefaultOption1"/> |
| 114 | + <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('0')}}" stepKey="unCheckboxUseDefaultOption1"/> |
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 |
| - <click selector="{{AdminProductCustomizableOptionsSection.checkboxUseDefaultOption('1')}}" stepKey="clickHiddenRequireMessage"/> |
120 |
| - <uncheckOption selector="{{AdminProductCustomizableOptionsSection.checkboxUseDefaultOption('1')}}" stepKey="checkboxUseDefaultOption4"/> |
| 119 | + <click selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="clickHiddenRequireMessage"/> |
| 120 | + <uncheckOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="unCheckboxUseDefaultOption4"/> |
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 |
|
|
264 | 264 | <!-- Open tab Customizable Options -->
|
265 | 265 |
|
266 | 266 | <waitForPageLoad time="30" stepKey="waitForPageLoad9"/>
|
267 |
| - <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customezableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" stepKey="clickIfContentTabCloses4" visible="true"/> |
| 267 | + <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customezableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" visible="true" stepKey="clickIfContentTabCloses4" /> |
268 | 268 |
|
269 | 269 | <!-- Update Option Customizable Options and Option Value 1-->
|
270 | 270 |
|
271 | 271 | <waitForPageLoad time="30" stepKey="waitForPageLoad10"/>
|
272 |
| - <checkOption selector="{{AdminProductCustomizableOptionsSection.checkboxUseDefaultTitle}}" stepKey="checkboxUseDefault2"/> |
273 |
| - <checkOption selector="{{AdminProductCustomizableOptionsSection.checkboxUseDefaultOption('0')}}" stepKey="checkboxUseDefaultOption2"/> |
| 272 | + <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitle}}" stepKey="checkboxUseDefault2"/> |
| 273 | + <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('0')}}" stepKey="checkboxUseDefault3"/> |
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.checkboxUseDefaultOption('1')}}" stepKey="checkboxUseDefaultOption5"/> |
| 278 | + <checkOption selector="{{AdminProductCustomizableOptionsSection.useDefaultOptionTitleByIndex('1')}}" stepKey="checkboxUseDefault5"/> |
279 | 279 | <click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickSaveButton3"/>
|
280 | 280 |
|
281 | 281 | <!--Go to Product Page-->
|
|
0 commit comments