Skip to content

Commit

Permalink
Add a delay to a flaky test. (#12216) (#12229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansku committed Mar 5, 2021
1 parent 2f9285f commit 635d5cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void iconNotVisibleWhenScrolled() throws InterruptedException {
GridCellElement frozenElement = gridElement.getHeaderCell(1, 1);

gridElement.getHorizontalScroller().scrollLeft(60);
sleep(100); // wait for scrolling to finish

int buttonRight = buttonElement.getLocation().getX()
+ buttonElement.getRect().getWidth();
Expand Down

0 comments on commit 635d5cb

Please sign in to comment.