Skip to content

Commit 2539993

Browse files
timur27Timur Karimov
andauthored
Re-activate e2e tests for the shortcode split UPE (#5591)
Co-authored-by: Timur Karimov <[email protected]>
1 parent 23141d7 commit 2539993

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fix
3+
4+
Re-enable split UPE E2E tests and ensure they pass.

tests/e2e/specs/upe-split/shopper/shopper-upe-enabled-all-flows.spec.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ describe( 'Enabled Split UPE', () => {
3636
await merchant.logout();
3737
} );
3838

39-
// the tests are a bit flakey, so disabling for now.
40-
describe.skip( 'Shortcode checkout', () => {
39+
describe( 'Shortcode checkout', () => {
4140
it( 'should save the card', async () => {
4241
await setupProductCheckout(
4342
config.get( 'addresses.customer.billing' )
4443
);
45-
await shopper.goToCheckout();
46-
await uiUnblocked();
4744
await shopperWCP.selectNewPaymentMethod();
4845
await fillCardDetails( page, card );
4946
await shopperWCP.toggleSavePaymentMethod();

0 commit comments

Comments
 (0)