diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js b/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js index 9de5dc88686..27b7606fc78 100644 --- a/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js +++ b/tests/e2e/core-tests/specs/merchant/wp-admin-order-new.test.js @@ -35,7 +35,7 @@ const taxRates = [ } ]; -const taxTotals = ['£10.00', '£40.00', '£240.00']; +const taxTotals = ['$10.00', '$40.00', '$240.00']; const initProducts = async () => { const apiUrl = config.get('url');