test- tc id fixed in delete products test (#3995)

This commit is contained in:
wojteknowacki 2023-07-25 13:16:03 +02:00 committed by GitHub
parent fa6e469792
commit 9d0233e466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ describe("Test for deleting products", () => {
}); });
it( 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"] }, { tags: ["@metadata", "@allEnv", "@stable"] },
() => { () => {
cy.clearSessionData().loginUserViaRequest(); cy.clearSessionData().loginUserViaRequest();