Skip to content

Commit

Permalink
fix(test): nested domains (#9993)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Mar 6, 2024
1 parent 68a26b4 commit 1b3bbf8
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 1b3bbf8

Please sign in to comment.