Skip to content

Commit e2e7eae

Browse files
committed
ACP2E-2224: Regular Price does not show on PLP for Configurable Product
- addressed static issue
1 parent b8d4c0b commit e2e7eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableViewOnCategoryPageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function testCheckConfigurablePriceOnSecondWebsite(): void
123123
'fixture_second_store',
124124
[$this, 'assertProductPrice'],
125125
'configurable',
126-
__('As low as') . ' $10.00'
126+
__('As low as') . ' $10.00 ' . __('Regular Price') . ' $20.00'
127127
);
128128
$this->resetPageLayout();
129129
$this->assertProductPrice('configurable', '$150.00');

0 commit comments

Comments
 (0)