Remove unused import

This commit is contained in:
Thomas Roberts 2024-09-19 17:41:26 +01:00
parent cc58f9f1aa
commit 2ba5675bd1
No known key found for this signature in database
GPG Key ID: 0262BEBCBE336365
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
*/
import { test, expect } from '@woocommerce/e2e-utils';
/**
* Internal dependencies
*/
import { REGULAR_PRICED_PRODUCT_NAME } from '../checkout/constants';
test.describe( 'Merchant → Local Pickup Settings', () => {
test.beforeEach( async ( { localPickupUtils } ) => {
await localPickupUtils.disableLocalPickupCosts();