Fixing the organization share Cypress test cases (#2993)
This commit is contained in:
parent
ac23629647
commit
01ca53899e
|
|
@ -30,7 +30,9 @@ describe("Create new org and share with a user", function() {
|
|||
cy.get(homePage.searchInput).type(appid);
|
||||
cy.wait(2000);
|
||||
cy.get(homePage.appsContainer).contains(orgid);
|
||||
cy.xpath(homePage.ShareBtn).should("not.exist");
|
||||
cy.xpath(homePage.ShareBtn)
|
||||
.first()
|
||||
.should("be.visible");
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.trigger("mouseover");
|
||||
|
|
|
|||
|
|
@ -33,7 +33,9 @@ describe("Create new org and share with a user", function() {
|
|||
cy.get(homePage.searchInput).type(appid);
|
||||
cy.wait(2000);
|
||||
cy.get(homePage.appsContainer).contains(orgid);
|
||||
cy.xpath(homePage.ShareBtn).should("not.exist");
|
||||
cy.xpath(homePage.ShareBtn)
|
||||
.first()
|
||||
.should("be.visible");
|
||||
cy.get(homePage.applicationCard).trigger("mouseover");
|
||||
cy.get(homePage.appEditIcon).should("not.exist");
|
||||
cy.launchApp(appid);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user