diff --git a/cypress/e2e/products/productsList/deleteProducts.js b/cypress/e2e/products/productsList/deleteProducts.js index e6f9e368a..ab96eaf87 100644 --- a/cypress/e2e/products/productsList/deleteProducts.js +++ b/cypress/e2e/products/productsList/deleteProducts.js @@ -45,7 +45,7 @@ describe("Test for deleting products", () => { }); it( - "should delete 2 first products on products grid view - SALEOR_2709", + "should delete 2 first products on products grid view - SALEOR_2715", { tags: ["@metadata", "@allEnv", "@stable"] }, () => { cy.clearSessionData().loginUserViaRequest();