Skip to content

Commit

Permalink
Fix accidental guest user
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Mar 15, 2024
1 parent 006369d commit 871fa7e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,7 @@ test.describe( 'Checkout Form Errors (guest user)', () => {
} );
} );

test.describe( 'Billing Address Form (guest user)', () => {
test.use( { storageState: guestFile } );

test.describe( 'Billing Address Form', () => {
const blockSelectorInEditor = blockData.selectors.editor.block as string;

// To make sure the company field is visible in the billing address form, we need to enable it in the editor.
Expand Down

0 comments on commit 871fa7e

Please sign in to comment.