Skip to content

Commit

Permalink
fix(test): nested domains
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Mar 6, 2024
1 parent 289a484 commit ecc99fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ describe("Verify nested domains test functionalities", () => {
cy.waitTextVisible("Test Label")
cy.clickOptionWithTestId("add-owners-button")
cy.waitTextVisible("Find a user or group")
cy.clickTextOptionWithClass(".rc-virtual-list-holder-inner", "DataHub")
cy.clickTextOptionWithClass(".rc-virtual-list-holder-inner", Cypress.env('ADMIN_DISPLAYNAME'))
cy.clickOptionWithText("Find a user or group")
cy.clickOptionWithId('#addOwnerButton')
cy.waitTextVisible("DataHub")
cy.waitTextVisible(Cypress.env('ADMIN_DISPLAYNAME'))
cy.goToDomainList();
cy.waitTextVisible("Test documentation")
cy.waitTextVisible("DataHub")
cy.waitTextVisible(Cypress.env('ADMIN_DISPLAYNAME'))
cy.clickOptionWithText(domainName)
cy.clickOptionWithText("Documentation")
clearAndDelete()
Expand Down

0 comments on commit ecc99fa

Please sign in to comment.