File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33 /**
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details .
4+ * Copyright 2024 Adobe
5+ * All Rights Reserved .
66 */
77-->
88
9- <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
1111 <!-- Add custom option, title and type -->
1212 <actionGroup name =" AdminAddProductCustomOptionActionGroup" >
1717 <argument name =" customOptionTitle" type =" string" />
1818 <argument name =" customOptionType" type =" string" />
1919 </arguments >
20-
20+
2121 <scrollTo selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey =" scrollToCustomizableOptionsSection" />
2222 <waitForPageLoad stepKey =" waitForScrolling" />
23+ <conditionalClick selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" dependentSelector =" {{AdminProductCustomizableOptionsSection.addOptionBtn}}" visible =" false" stepKey =" openCustomOptionSection" />
2324 <click stepKey =" clickAddOptions" selector =" {{AdminProductCustomizableOptionsSection.addOptionBtn}}" />
2425 <waitForPageLoad stepKey =" waitForAddProductPageLoad" />
2526 <fillField stepKey =" fillInOptionTitle" selector =" {{AdminProductCustomizableOptionsSection.lastOptionTitle}}" userInput =" {{customOptionTitle}}" />
You can’t perform that action at this time.
0 commit comments