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)
|
||||
.click()
|
||||
.waitForRequestAndCheckIfNoErrors("@CategoryBulkDelete");
|
||||
getCategory(firstCategory.id).should("be.null");
|
||||
getCategory(secondCategory.id).should("be.null");
|
||||
cy.get(categoryRow(firstCategory.id)).should("not.exist");
|
||||
cy.get(categoryRow(secondCategory.id)).should("not.exist");
|
||||
});
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue