Skip to content

Commit

Permalink
fix(test): cypress failure for remove owner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-madlani committed Jan 4, 2024
1 parent ac93170 commit 481b08f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ export const removeOwner = (entity, isGlossaryPage) => {

cy.get('[data-testid="edit-owner"]').click();
verifyResponseStatusCode('@getUsers', 200);
cy.get("[data-testid='select-owner-tabs']").should('be.visible');

cy.get('[data-testid="remove-owner"]').scrollIntoView().click();
verifyResponseStatusCode('@patchOwner', 200);
if (isGlossaryPage) {
Expand Down

0 comments on commit 481b08f

Please sign in to comment.