From 6a89f3acd074d83644fb909018bfdebbf6e585ed Mon Sep 17 00:00:00 2001 From: Satbir Singh Date: Fri, 29 May 2020 00:57:01 +0530 Subject: [PATCH] Changed the popover for api creation. --- app/client/cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/support/commands.js b/app/client/cypress/support/commands.js index 5f164d036f..3c2edda223 100644 --- a/app/client/cypress/support/commands.js +++ b/app/client/cypress/support/commands.js @@ -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"); }); });