Skip to content

Commit 3f45e23

Browse files
committed
Removing extra text
1 parent 2d2a20a commit 3f45e23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateTest/AdminConfigurableProductRemoveConfigurationTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,10 @@
6464
<actionGroup ref="AdminProductFormSaveActionGroup" stepKey="saveProduct"/>
6565

6666
<!-- Verify that the removed option is not present in the storefront -->
67-
<!--<amOnPage url="{{StorefrontProductPage.url(_defaultProduct.urlKey)}}" stepKey="amOnStorefrontPage"/>-->
68-
<!--<waitForPageLoad stepKey="waitForStorefrontPage"/>-->
6967
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="amOnStorefrontPage">
7068
<argument name="productUrlKey" value="{{_defaultProduct.urlKey}}"/>
7169
</actionGroup>
7270
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForStorefrontPage"/>
73-
<!--<dontSee selector="{{StorefrontProductInfoMainSection.productAttributeOptions1}}" userInput="{{colorProductAttribute1.name}}" stepKey="seeInDropDown1"/>-->
7471
<actionGroup ref="AssertStorefrontProductAttributeOptionNotVisibleActionGroup" stepKey="seeInDropDown1">
7572
<argument name="productAttributeOption" value="{{colorProductAttribute1.name}}"/>
7673
</actionGroup>

0 commit comments

Comments
 (0)