Merge pull request #29728 from woocommerce/e2e/e2e-update-checkout-naming
Update test naming for the Cart tests to include adding product from shop page
This commit is contained in:
commit
4b99a24af2
|
@ -36,7 +36,7 @@ const runCartPageTest = () => {
|
|||
await expect(page).toMatchElement('.cart-empty', {text: 'Your cart is currently empty.'});
|
||||
});
|
||||
|
||||
it('should add the product to the cart when "Add to cart" is clicked', async () => {
|
||||
it('should add the product to the cart from the shop page', async () => {
|
||||
await shopper.goToShop();
|
||||
await shopper.addToCartFromShopPage(simpleProductName);
|
||||
|
||||
|
|
Loading…
Reference in New Issue