parent
15f8b6625c
commit
4fa11af37d
1 changed files with 2 additions and 2 deletions
|
@ -255,8 +255,8 @@ describe("As an admin I want to manage categories", () => {
|
||||||
.get(BUTTON_SELECTORS.submit)
|
.get(BUTTON_SELECTORS.submit)
|
||||||
.click()
|
.click()
|
||||||
.waitForRequestAndCheckIfNoErrors("@CategoryBulkDelete");
|
.waitForRequestAndCheckIfNoErrors("@CategoryBulkDelete");
|
||||||
getCategory(firstCategory.id).should("be.null");
|
cy.get(categoryRow(firstCategory.id)).should("not.exist");
|
||||||
getCategory(secondCategory.id).should("be.null");
|
cy.get(categoryRow(secondCategory.id)).should("not.exist");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue