updated common method (#6397)

This commit is contained in:
NandanAnantharamu 2021-08-05 15:40:52 +05:30 committed by GitHub
parent 114140a64c
commit 9a4e1aed64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -596,7 +596,6 @@ Cypress.Commands.add("EditApiName", (apiname) => {
.clear()
.type(apiname, { force: true })
.should("have.value", apiname);
cy.WaitAutoSave();
});
Cypress.Commands.add("EditApiNameFromExplorer", (apiname) => {