Merge branch 'trunk' into fix/logo-on-change
This commit is contained in:
commit
5819fe476d
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix for PR tests and daily tests
|
|
@ -224,7 +224,7 @@ module.exports = async ( config ) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
!process.env.BASE_URL || process.env.BASE_URL === 'localhost' && await site.useCartCheckoutShortcodes( baseURL, userAgent, admin );
|
await site.useCartCheckoutShortcodes( baseURL, userAgent, admin );
|
||||||
|
|
||||||
await adminContext.close();
|
await adminContext.close();
|
||||||
await customerContext.close();
|
await customerContext.close();
|
||||||
|
|
Loading…
Reference in New Issue