Skip to content

Commit 7320189

Browse files
committed
refactored
1 parent 1089f15 commit 7320189

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,12 @@
8787
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForStorefrontProductComparePageLoad"/>
8888

8989
<actionGroup ref="SeeProductInComparisonListActionGroup" stepKey="seeProductInCompareList">
90-
<argument name="productVar" value="$$product$$"/>
90+
<argument name="productVar" value="$$product$$"/>
9191
</actionGroup>
92-
9392

94-
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="deleteProdFromCmpList"/>
95-
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onCategoryPage"/>
96-
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="waitForPageLoad1">
93+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="deleteProdFromCmpList"/>
94+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onCategoryPage"/>
95+
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="waitForPageLoad1">
9796
<argument name="categoryName" value="$$category.name$$"/>
9897
</actionGroup>
9998

0 commit comments

Comments
 (0)