Skip to content

Commit

Permalink
Fix visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 20, 2017
1 parent 0049801 commit be84a79
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified test/visual/screens/vaadin-icons/default/default/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/visual/screens/vaadin-icons/default/default/edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/visual/screens/vaadin-icons/default/default/firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/visual/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemini.suite('vaadin-icons', function(rootSuite) {
.before(function(actions) {
actions.waitForJSCondition(function(window) {
return window.webComponentsAreReady;
}, 60000).wait(10000);
}, 120000).wait(10000);
})
.setCaptureElements('body')
.capture('default');
Expand Down

0 comments on commit be84a79

Please sign in to comment.