Skip to content

Commit

Permalink
fix SelenideAddonsTest #221
Browse files Browse the repository at this point in the history
  • Loading branch information
oomelianchuk committed Oct 24, 2022
1 parent 33f75b8 commit 7924e12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ public void testDownwardDragAndDropUntilCondition()
SelenideElement slider = $("#equalizer .k-slider-vertical:first-child span.k-draghandle");
slider.scrollIntoView("{'block':'center','inline':'center'}");
slider.shouldHave(attribute("aria-valuenow", "10"));
SelenideAddons.dragAndDropUntilCondition(slider, slider, 0, 10, 3000, 23, Condition.attribute("aria-valuenow", "-6"));
slider.shouldHave(attribute("aria-valuenow", "-6"));
SelenideAddons.dragAndDropUntilCondition(slider, slider, 0, 10, 3000, 23, Condition.attribute("aria-valuenow", "-8"));
slider.shouldHave(attribute("aria-valuenow", "-8"));
}

@Test()
Expand Down

0 comments on commit 7924e12

Please sign in to comment.