Skip to content

Commit

Permalink
fix: failing anonymous-consents-flow e2e test (#19787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pio-Bar authored Dec 17, 2024
1 parent e366284 commit 79ad911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function checkDialogClosed() {
}

export function closeAnonymousConsentsDialog() {
cy.get(`${ANONYMOUS_DIALOG} button.close`).click({ force: true });
cy.get(`${ANONYMOUS_DIALOG} button.close`).first().click({ force: true });
}

export function toggleAnonymousConsent(position) {
Expand Down

0 comments on commit 79ad911

Please sign in to comment.