Merge branch 'trunk' into rename-footer-pattern

This commit is contained in:
Alba Rincón 2023-11-03 11:17:59 +01:00
commit 26990b711e
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix for PR tests and daily tests

View File

@ -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 customerContext.close();