Skip to content

Commit 35ba43a

Browse files
committed
MC-33747: [MFTF] Flaky StorefrontButtonsInlineTranslationTest
1 parent a8a57d9 commit 35ba43a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

app/code/Magento/Translation/Test/Mftf/Test/StorefrontButtonsInlineTranslationOnProductPageTest.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,14 @@
2424
<before>
2525
<!-- Enable Translate Inline For Storefront -->
2626
<magentoCLI command="config:set {{EnableTranslateInlineForStorefront.path}} {{EnableTranslateInlineForStorefront.value}}" stepKey="enableTranslateInlineForStorefront"/>
27-
<!-- Create Category -->
28-
<createData entity="ApiCategory" stepKey="createCategory"/>
2927
<!-- Create Simple Product -->
30-
<createData entity="ApiSimpleProduct" stepKey="createProduct">
31-
<requiredEntity createDataKey="createCategory"/>
32-
</createData>
28+
<createData entity="SimpleProduct2" stepKey="createProduct"/>
3329
</before>
3430
<after>
3531
<!-- Disable Translate Inline For Storefront -->
3632
<magentoCLI command="config:set {{DisableTranslateInlineForStorefront.path}} {{DisableTranslateInlineForStorefront.value}}" stepKey="disableTranslateInlineForStorefront"/>
3733
<!-- Delete Simple Product -->
3834
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
39-
<!-- Delete Category -->
40-
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
4135
</after>
4236

4337
<!-- Add product to cart on storefront -->

0 commit comments

Comments
 (0)