Skip to content

Commit

Permalink
Update basic-setup.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljamesstevenson authored Nov 3, 2023
1 parent 991a623 commit 034ad67
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 034ad67

Please sign in to comment.