Skip to content

Commit cf07a21

Browse files
Merge pull request #2 from nigeljamesstevenson/nigeljamesstevenson-patch-1
Update basic-setup.spec.js
2 parents 991a623 + 034ad67 commit cf07a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { test, expect } = require( '@playwright/test' );
2-
2+
//comment added to test pr
33
test.describe( 'Store owner can finish initial store setup', () => {
44
test.use( { storageState: process.env.ADMINSTATE } );
55
test( 'can enable tax rates and calculations', async ( { page } ) => {

0 commit comments

Comments
 (0)