Skip to content

Commit

Permalink
[#330] improve test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
oomelianchuk committed Dec 20, 2024
1 parent e13db35 commit 61c52c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void downloadOnFormSubmission()
$(".fc-cta-consent").click();
$("#fileSelector").uploadFile(new File("src/test/resources/2020-in-one-picture.png"));
$("button[aria-label='COMBINED']").shouldBe(enabled);
$("button[aria-label='COMBINED']").scrollIntoView("{block: 'center'}").click();
$("button[aria-label='COMBINED']").scrollIntoView(true).click();
waitForFileDownloading();
validateFilePresentInDownloadHistory();
}
Expand Down

0 comments on commit 61c52c4

Please sign in to comment.