Skip to content

Commit

Permalink
adjust shopper login attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Dec 12, 2023
1 parent 786b3a4 commit 387cbf1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,13 @@ describe( 'Enabled UPE with deferred intent creation', () => {
await expect( page ).not.toMatchElement(
'input#wc-woocommerce_payments-new-payment-method'
);
await shopper.login();
} );
} );

describe( 'My Account', () => {
let timeAdded;

beforeAll( async () => {
await shopper.login();
} );

it( 'should add the card as a new payment method', async () => {
await shopperWCP.goToPaymentMethods();
await shopperWCP.addNewPaymentMethod( 'basic', card );
Expand Down

0 comments on commit 387cbf1

Please sign in to comment.