From 034ad67e947905fc144b68b31281243aff9aa8d5 Mon Sep 17 00:00:00 2001 From: nigeljamesstevenson <105309450+nigeljamesstevenson@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:16:39 +0000 Subject: [PATCH] Update basic-setup.spec.js --- .../tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ) => {