fix tests
This commit is contained in:
parent
633ebb94bc
commit
f090dd2e96
|
|
@ -14,11 +14,10 @@ Cypress.Commands.add("LogintoApp", (uname, pword) => {
|
||||||
|
|
||||||
Cypress.Commands.add("SearchApp", appname => {
|
Cypress.Commands.add("SearchApp", appname => {
|
||||||
cy.get(homePage.searchInput).type(appname);
|
cy.get(homePage.searchInput).type(appname);
|
||||||
cy.get(homePage.appEditIcon).should("be.visible");
|
|
||||||
cy.wait(2000);
|
cy.wait(2000);
|
||||||
cy.get(homePage.appEditIcon)
|
cy.get(homePage.appEditIcon)
|
||||||
.first()
|
.first()
|
||||||
.click();
|
.click({ force: true });
|
||||||
cy.get("#loading").should("not.exist");
|
cy.get("#loading").should("not.exist");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user