Skip to content

Commit

Permalink
Fix colorPicker tests (#11312)
Browse files Browse the repository at this point in the history
* Fix colorPicker tests

In IE11, the click-layer needs longer time to load.
  • Loading branch information
ZheSun88 committed Nov 27, 2018
1 parent d3db819 commit 10a92e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void testUserOriginatedTrue() {
openTestURL();
// Open colorPicker
findElement(By.className("v-button-v-colorpicker ")).click();
sleep(100);
sleep(500);
// click somewhere inside the gradient layer
findElement(By.className("v-colorpicker-gradient-clicklayer")).click();
// confirm selection by clicking "OK" button
Expand Down

0 comments on commit 10a92e3

Please sign in to comment.