Skip to content

Commit

Permalink
Fix functional test due to recent mud blazor upgrade for AB#16815.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMaki committed Aug 1, 2024
1 parent c7b0dc6 commit eb294ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function validateMailAddressFormRequiredInputs() {
});
cy.get("[data-testid=address-confirmation-button]")
.parents(".mud-dialog")
.click();
.click(0, 0);
cy.get("[data-testid=address-confirmation-button]").click();

validateCovid19InputContainsError("[data-testid=address-lines-input]");
Expand Down

0 comments on commit eb294ae

Please sign in to comment.