Skip to content

Commit

Permalink
Fixed failing UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Sep 7, 2024
1 parent 05b9554 commit 780c9d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void Feature_FormControlsEnabled_FormControlsEnabled()

private void TestLinkButton(IBrowserWrapper browser, string id, bool shouldBeEnabled, ref int currentPresses)
{
browser.First($"#{id}").Click();
browser.First($"#{id}").ScrollTo().Wait(500).Click();
if (shouldBeEnabled)
{
currentPresses++;
Expand Down

0 comments on commit 780c9d1

Please sign in to comment.