Skip to content

Commit 9dbbcd9

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-1007 Compare list redirect to old store
1 parent 964ddc1 commit 9dbbcd9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
<createData entity="SimpleProduct2" stepKey="createSecondSimpleProduct">
2727
<field key="price">560</field>
2828
</createData>
29-
3029
<!-- Login as Admin -->
3130
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
3231
<actionGroup ref="EnableWebUrlOptionsActionGroup" stepKey="addStoreCodeToUrls"/>
33-
<!-- Create website, store group, store to assign to new product -->
32+
<!-- Create website, store group, store view -->
3433
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="createAdditionalWebsite">
3534
<argument name="newWebsiteName" value="{{customWebsite.name}}"/>
3635
<argument name="websiteCode" value="{{customWebsite.code}}"/>
@@ -44,14 +43,13 @@
4443
<argument name="StoreGroup" value="customStoreGroup"/>
4544
<argument name="customStore" value="customStore"/>
4645
</actionGroup>
47-
4846
</before>
4947
<after>
5048
<!-- Reset web url option-->
5149
<actionGroup ref="ResetWebUrlOptionsActionGroup" stepKey="resetUrlOption"/>
5250
<!-- Delete website-->
5351
<actionGroup ref="AdminDeleteWebsiteActionGroup" stepKey="deleteWebsite">
54-
<argument name="websiteName" value="{{NewWebSiteData.name}}"/>
52+
<argument name="websiteName" value="{{customWebsite.name}}"/>
5553
</actionGroup>
5654
<!-- Delete product-->
5755
<deleteData createDataKey="createFirstSimpleProduct" stepKey="deleteFirstSimpleProduct"/>

0 commit comments

Comments
 (0)