Skip to content

Commit f726e48

Browse files
committed
ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product
Updated test file
1 parent 6902aed commit f726e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StoreFrontAdminCreateTextSwatchAttributeAndAssertInStoreFrontTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474
<argument name="swatchDescription" value="Large"/>
7575
</actionGroup>
7676
<actionGroup ref="AdminAddTextSwatchForStoreViewActionGroup" stepKey="addTextSwatchForLSizeInStoreView">
77-
<argument name="position" value="3"/>
77+
<argument name="position" value="2"/>
7878
<argument name="swatchName" value="L3"/>
7979
<argument name="swatchDescription" value="Large_3"/>
8080
</actionGroup>
8181
<!--Add swatch for Extra Large-->
8282
<waitForElementClickable selector="{{AttributePropertiesSection.addSwatch}}" stepKey="waitForAddSwatchButtonForExtarLargeToBeClickable"/>
8383
<click selector="{{AttributePropertiesSection.addSwatch}}" stepKey="clickAddSwatchForExtraLarge"/>
8484
<actionGroup ref="AdminAddTextSwatchForAdminActionGroup" stepKey="addTextSwatchForXLSizeInAdmin">
85-
<argument name="position" value="2"/>
85+
<argument name="position" value="3"/>
8686
<argument name="swatchName" value="XL"/>
8787
<argument name="swatchDescription" value="Extra Large"/>
8888
</actionGroup>

0 commit comments

Comments
 (0)