diff --git a/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js b/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js index 90ef8c23260..9ae0790f87f 100644 --- a/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js +++ b/tests/e2e/core-tests/specs/shopper/front-end-my-account-pay-order.test.js @@ -18,7 +18,6 @@ const runMyAccountPayOrderTest = () => { describe('Customer can pay for their order through My Account', () => { beforeAll(async () => { simplePostIdValue = await createSimpleProduct(); - await merchant.logout(); await shopper.login(); await shopper.goToProduct(simplePostIdValue); await shopper.addToCart(simpleProductName); diff --git a/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js b/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js index c7a674fbf35..8d6fc05e9bd 100644 --- a/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js +++ b/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js @@ -21,7 +21,6 @@ const runSingleProductPageTest = () => { describe('Single Product Page', () => { beforeAll(async () => { simplePostIdValue = await createSimpleProduct(); - await merchant.logout(); }); it('should be able to add simple products to the cart', async () => {