diff --git a/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js b/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js index f7f550b89e21b..ce7879edd7882 100644 --- a/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js +++ b/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js @@ -1,5 +1,5 @@ const { test, expect } = require( '@playwright/test' ); - +//comment added to test pr test.describe( 'Store owner can finish initial store setup', () => { test.use( { storageState: process.env.ADMINSTATE } ); test( 'can enable tax rates and calculations', async ( { page } ) => {