Changed the popover for api creation.

This commit is contained in:
Satbir Singh 2020-05-29 00:57:01 +05:30
parent e82696759d
commit 6a89f3acd0

View File

@ -327,7 +327,7 @@ Cypress.Commands.add("CreationOfUniqueAPIcheck", apiname => {
.should("have.value", apiname);
cy.get(".bp3-popover-content").should($x => {
console.log($x);
expect($x).contain("Action name must be unique");
expect($x).contain("Name must be unique");
});
});