Skip to content

Commit

Permalink
4938-rippleTestsRefFixCheckSt6
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiia_Afanaseva authored and Maiia_Afanaseva committed Aug 16, 2023
1 parent 8fcf299 commit af8aac9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ public void disabledTest() {
rippleContainer.is().notActive();
rippleContainer.enable();
rippleContainer.is().enabled();
refresh();
rippleContainer.waitFor().displayed();
rippleContainer.ripple(0, 299);
assertThat(rippleContainer.isActive(), is(Boolean.TRUE));
rippleContainer.is().active();
}

@Test(description = "Test checks ripple feature: unbounded")
Expand Down

0 comments on commit af8aac9

Please sign in to comment.