File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 59
59
<waitForElementVisible selector =" {{NewProduct.weight}}" stepKey =" waitForWeightToBeDisplayed" />
60
60
<fillField stepKey =" fillInWeightFields" selector =" {{NewProduct.weight}}" userInput =" {{ApiConfigurableProduct.weight}}" />
61
61
<!-- Click on create configuration button-->
62
- <scrollTo selector =" {{NewProduct.title('Configurations')}}" stepKey =" scrollToConfigurationsSection" />
63
- <waitForText userInput =" Configurations" selector =" {{NewProduct.title('Configurations')}}" stepKey =" seeConfigurationsSection" />
64
- <waitForText userInput =" Create Configurations" selector =" {{NewProduct.title('Create Configurations')}}" stepKey =" seeCreateConfigurationsButtonIsPresent" />
65
62
<waitForElementClickable selector =" {{NewProduct.createConfigurationButton}}" stepKey =" waitForCreateConfigurationButtonToBeClickable" />
66
63
<click stepKey =" clickOnCreateConfigurationsButton" selector =" {{NewProduct.createConfigurationButton}}" />
67
64
<waitForPageLoad stepKey =" waitForCreateProductConfigurationPageToLoad" />
68
- <!-- Assert create product configuration title and Select Attribute step is active-->
69
- <waitForText userInput =" Create Product Configurations" selector =" {{NewProduct.titleContainsText('Create Product Configurations')}}" stepKey =" seeCreateProductConfigurationsWizard" />
70
- <waitForText userInput =" Select Attributes" selector =" {{NewProduct.selectAttribute}}" stepKey =" seeSelectAttributeStepIsActive" />
71
65
<!-- Click on create Attribute buttons-->
72
66
<click stepKey =" clickOnCreateNewAttributeButton" selector =" {{NewProduct.createNewAttributeButton}}" />
73
67
<waitForPageLoad stepKey =" waitForNewAttributePageLoad" />
74
68
<!-- Fill option 1 -->
69
+ <!-- Fill option 1 -->
75
70
<actionGroup ref =" AdminCreateNewDefaultAttributeForAsWithOptionActionGroup" stepKey =" fillOption1" >
76
71
<argument name =" defaultLabel" value =" {{sizeAttribute.default_label}}" />
77
72
</actionGroup >
You can’t perform that action at this time.
0 commit comments