Skip to content

Commit

Permalink
DEVPROD-5953: Remove validation for error message in admin_actions.ts (
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt authored Apr 9, 2024
1 parent fcc3317 commit de3dde9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ describe("Creating a new project and deleting it", () => {
cy.validateToast("success");

cy.reload();
cy.validateToast(
"error",
"Could not find project with identifier: my-new-project",
);
cy.validateToast("error");
});
});

0 comments on commit de3dde9

Please sign in to comment.