Skip to content

Commit

Permalink
feat: added ant classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman-Apptware committed Jan 5, 2024
1 parent 48689a3 commit d50bd4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const addOwner = (owner, type, elementId) => {
cy.clickOptionWithTestId("add-owners-button");
cy.contains("Search for users or groups...").click({ force: true });
cy.focused().type(owner);
cy.clickOptionWithText(owner);
cy.get('.ant-select-item').contains(owner).click();
cy.focused().blur();
cy.waitTextVisible(owner);
cy.get('[role="dialog"]').contains("Technical Owner").click();
Expand Down

0 comments on commit d50bd4f

Please sign in to comment.