Rename button locations

This commit is contained in:
Alex P 2024-01-08 08:17:48 +02:00
parent 02722a3c97
commit f40d3602a3
No known key found for this signature in database
GPG key ID: 54487A734A204D71
3 changed files with 9 additions and 9 deletions

View file

@ -40,16 +40,16 @@ class LocationsTest extends ModularTestCase
['product', 'cart', 'checkout', 'mini-cart'],
[
'product' => 'Single Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
'cart' => 'Classic Cart',
'checkout' => 'Classic Checkout',
'mini-cart' => 'Mini Cart',
],
];
yield [
['cart', 'checkout'],
[
'cart' => 'Cart',
'checkout' => 'Checkout',
'cart' => 'Classic Cart',
'checkout' => 'Classic Checkout',
],
];
yield [