Skip to content

Commit 45df4a7

Browse files
MAGETWO-96406: [2.3.x] Swatch Attribute is not displayed in the Widget CMS
- Update fixes based on comments
1 parent 37ec01b commit 45df4a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<actionGroup ref="deleteProductUsingProductGrid" stepKey="deleteProduct">
2929
<argument name="product" value="BaseConfigurableProduct"/>
3030
</actionGroup>
31+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="visitAdminProductPage"/>
32+
<waitForPageLoad stepKey="waitForAdminProductGridLoad"/>
33+
<conditionalClick selector="{{AdminProductGridFilterSection.clearFilters}}" dependentSelector="{{AdminProductGridFilterSection.clearFilters}}" visible="true" stepKey="clickClearFiltersInitial"/>
3134
<actionGroup ref="deleteProductAttributeByLabel" stepKey="deleteAttribute">
3235
<argument name="ProductAttribute" value="visualSwatchAttribute"/>
3336
</actionGroup>

0 commit comments

Comments
 (0)