Skip to content

Commit

Permalink
remove 3ds confirmation step to check test flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Karimov committed Dec 13, 2023
1 parent 507bb8e commit 9f5b2c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import config from 'config';
*/
import { merchantWCP, shopperWCP } from '../../../utils/flows';
import {
confirmCardAuthentication,
fillCardDetails,
setupProductCheckout,
selectGiropayOnCheckout,
Expand Down Expand Up @@ -74,7 +73,7 @@ describe( 'Enabled UPE with deferred intent creation', () => {
);
await fillCardDetails( page, config.get( 'cards.3ds' ) );
await shopper.placeOrder();
await confirmCardAuthentication( page, '3DS' );

await page.waitForNavigation( {
waitUntil: 'networkidle0',
} );
Expand Down

0 comments on commit 9f5b2c2

Please sign in to comment.