Skip to content

Commit 324433a

Browse files
committed
MC-41072: Fix flaky AddOutOfStockProductToCompareListTest
1 parent c8179dd commit 324433a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="StorefrontClearFirstProductFromCompareActionGroup">
11+
<actionGroup name="StorefrontRemoveFirstProductFromCompareActionGroup">
1212
<annotations>
1313
<description>Open Compare Products list and remove a product</description>
1414
</annotations>

app/code/Magento/Catalog/Test/Mftf/Test/AddOutOfStockProductToCompareListTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<argument name="categoryName" value="$$category.name$$"/>
9292
</actionGroup>
9393

94-
<actionGroup ref="StorefrontClearFirstProductFromCompareActionGroup" stepKey="clickClearAll"/>
94+
<actionGroup ref="StorefrontRemoveFirstProductFromCompareActionGroup" stepKey="clickClearAll"/>
9595
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForConfirmPageLoad"/>
9696
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="confirmProdDelate"/>
9797
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForConfirmLoad"/>

0 commit comments

Comments
 (0)