Skip to content

Commit

Permalink
Merge pull request #2 from nigeljamesstevenson/nigeljamesstevenson-pa…
Browse files Browse the repository at this point in the history
…tch-1

Update basic-setup.spec.js
  • Loading branch information
nigeljamesstevenson authored Nov 3, 2023
2 parents 991a623 + 034ad67 commit cf07a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 } ) => {
Expand Down

0 comments on commit cf07a21

Please sign in to comment.