updated common method (#6397)
This commit is contained in:
parent
114140a64c
commit
9a4e1aed64
|
|
@ -596,7 +596,6 @@ Cypress.Commands.add("EditApiName", (apiname) => {
|
||||||
.clear()
|
.clear()
|
||||||
.type(apiname, { force: true })
|
.type(apiname, { force: true })
|
||||||
.should("have.value", apiname);
|
.should("have.value", apiname);
|
||||||
cy.WaitAutoSave();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Cypress.Commands.add("EditApiNameFromExplorer", (apiname) => {
|
Cypress.Commands.add("EditApiNameFromExplorer", (apiname) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user