Skip to content

Commit 6933ca7

Browse files
Sahil.kumarSahil.kumar
authored andcommitted
Removed flat rate command
1 parent 467bddd commit 6933ca7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app/code/Magento/Swatches/Test/Mftf/ActionGroup/CreateConfigurableProductWithTextSwatchAttributeActionGroup.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<argument name="product" defaultValue="_defaultProduct"/>
1717
<argument name="category" defaultValue="_defaultCategory"/>
1818
</arguments>
19-
2019
<!-- fill in basic configurable product values -->
2120
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="amOnProductGridPage"/>
2221
<waitForPageLoad time="30" stepKey="wait1"/>
@@ -30,14 +29,12 @@
3029
<selectOption userInput="{{product.visibility}}" selector="{{AdminProductFormSection.visibility}}" stepKey="fillVisibility"/>
3130
<click selector="{{AdminProductSEOSection.sectionHeader}}" stepKey="openSeoSection"/>
3231
<fillField userInput="{{product.urlKey}}" selector="{{AdminProductSEOSection.urlKeyInput}}" stepKey="fillUrlKey"/>
33-
3432
<!-- create configurations for colors the product is available in -->
3533
<click selector="{{AdminProductFormConfigurationsSection.createConfigurations}}" stepKey="clickOnCreateConfigurations"/>
3634
<click selector="{{AdminCreateProductConfigurationsPanel.createNewAttribute}}" stepKey="clickOnNewAttribute"/>
3735
<waitForPageLoad stepKey="waitForIFrame"/>
3836
<switchToIFrame selector="{{AdminNewAttributePanel.newAttributeIFrame}}" stepKey="switchToNewAttributeIFrame"/>
3937
<fillField selector="{{AdminNewAttributePanel.defaultLabel}}" userInput="{{colorProductAttribute.default_label}}" stepKey="fillDefaultLabel"/>
40-
4138
<!-- Change to text swatches -->
4239
<selectOption selector="{{AdminNewAttributePanel.inputType}}" userInput="swatch_text" stepKey="selectTextSwatch"/>
4340
<click selector="{{AdminNewAttributePanel.addTextSwatchOption}}" stepKey="clickAddSwatch"/>

app/code/Magento/Swatches/Test/Mftf/Test/AdminCreateConfigurableProductWithTextSwatchAttributeTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<testCaseId value="AC-5328"/>
1919
</annotations>
2020
<before>
21-
<!-- Enable Flat Rate -->
22-
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2321
<!-- create category -->
2422
<createData entity="ApiCategory" stepKey="createCategory"/>
2523
<!-- Login to Admin Portal -->

0 commit comments

Comments
 (0)