Apipane fix (#108)
Co-authored-by: Nandan Anantharamu <Nandan@thinkify.com>
This commit is contained in:
parent
04db3d4242
commit
daeb39a8ce
|
|
@ -178,8 +178,7 @@ Cypress.Commands.add("CreateAPI", apiname => {
|
|||
cy.get(apiwidget.createapi).click({ force: true });
|
||||
cy.wait("@createNewApi");
|
||||
cy.get(apiwidget.resourceUrl).should("be.visible");
|
||||
cy.get(apiwidget.EditApiName).should("be.visible");
|
||||
cy.get(apiwidget.EditApiName).click();
|
||||
cy.get(apiwidget.apiTxt).click();
|
||||
cy.get(apiwidget.apiTxt)
|
||||
.clear()
|
||||
.type(apiname)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user