test- tc id fixed in delete products test (#3995)
This commit is contained in:
parent
fa6e469792
commit
9d0233e466
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue