Skip to content

Commit 4e54034

Browse files
committed
#26499 Use product urlKey instead of name
1 parent b7dc0be commit 4e54034

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/AdminCreateAndEditBundleProductSettingsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<!-- Verify Url Key after changing -->
128128
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openProductPage">
129-
<argument name="productUrl" value="{{ApiBundleProduct.name}}"/>
129+
<argument name="productUrl" value="{{ApiBundleProduct.urlKey}}"/>
130130
</actionGroup>
131131

132132
<!-- Assert product design settings "Layout empty" -->

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCreateAndEditConfigurableProductSettingsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
<!-- Verify Url Key after changing -->
9393
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openProductPage">
94-
<argument name="productUrl" value="{{ApiConfigurableProduct.name}}"/>
94+
<argument name="productUrl" value="{{ApiConfigurableProduct.urlKey}}"/>
9595
</actionGroup>
9696

9797
<!-- Assert product design settings "Layout empty" -->

app/code/Magento/Downloadable/Test/Mftf/Test/AdminCreateAndEditDownloadableProductSettingsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<!-- Verify Url Key after changing -->
9999
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openProductPage">
100-
<argument name="productUrl" value="{{ApiDownloadableProduct.name}}"/>
100+
<argument name="productUrl" value="{{ApiDownloadableProduct.urlKey}}"/>
101101
</actionGroup>
102102

103103
<!-- Assert product design settings "left bar is present at product page with 2 columns" -->

0 commit comments

Comments
 (0)