Skip to content

Commit 5c3ce64

Browse files
committed
ACP2E-64: Bundle Products Special Price Column in Grid should have % sign not currency sign
- Pulled code from mainline.
1 parent 7775efc commit 5c3ce64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<actionGroup ref="ToggleAdminProductGridColumnsDropdownActionGroup" stepKey="closeColumnsDropdownSpecialPrice"/>
3535
<!-- It takes a few seconds for column update to be saved -->
3636
<!-- waitForPageLoad won't work here since saving is happening with a short delay -->
37-
<wait time="5" stepKey="waitForColumnUpdateToSave"/>
37+
<wait time="5" stepKey="waitForColumnUpdateToSave"/>
3838
</before>
3939
<after>
4040
<!-- Navigate to catalog product grid page -->
@@ -82,5 +82,5 @@
8282
<actionGroup ref="AdminAssertSpecialPriceAttributeValueOnProductGridPageActionGroup" stepKey="assertSpecialPricePercentageSymbol">
8383
<argument name="expectedValue" value="90.00%"/>
8484
</actionGroup>
85-
</test>
85+
</test>
8686
</tests>

0 commit comments

Comments
 (0)