Skip to content

Commit 902f345

Browse files
committed
ACP2E-64: Bundle Products Special Price Column in Grid should have % sign not currency sign
- Fixed the CR Comments.
1 parent d1e0cdf commit 902f345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminAssertSpecialPriceAttributeValueOnProductGridPageActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<description>Assert special price attribute value from the catalog product grid page</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="specialPriceColumn" type="string"/>
17-
<argument name="expectedValue" type="string"/>
16+
<argument name="specialPriceColumn" type="string" defaultValue="Special Price"/>
17+
<argument name="expectedValue" type="string" defaultValue=""/>
1818
</arguments>
1919
<!-- Check the special price column are present in catalog product grid -->
2020
<seeElement selector="{{AdminProductGridSection.columnHeader(specialPriceColumn)}}" stepKey="seeSpecialPriceColumn"/>

0 commit comments

Comments
 (0)