Skip to content

Commit

Permalink
fix PW tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frosso committed Nov 25, 2024
1 parent 592c6e8 commit e7e2788
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ test.describe( 'Klarna Checkout', () => {
await shopperPage
.locator( '.wc_payment_methods' )
.getByText( 'Klarna' )
.nth( 1 )
.click();

await shopper.placeOrder( shopperPage );
Expand Down

0 comments on commit e7e2788

Please sign in to comment.