Skip to content

Commit

Permalink
test- tc id fixed in delete products test (#3995)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteknowacki authored Jul 25, 2023
1 parent fa6e469 commit 9d0233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/products/productsList/deleteProducts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9d0233e

Please sign in to comment.