Skip to content

Commit

Permalink
Merge pull request #51 from vaadin/fix/remove-control-state-mixin-vis…
Browse files Browse the repository at this point in the history
…ual-tests

Remove control-state-mixin visual tests
  • Loading branch information
platosha authored Sep 22, 2017
2 parents c2be13b + b643f02 commit 80534d4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 1 addition & 4 deletions test/visual/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ gemini.suite('vaadin-button', function(rootSuite) {
suite
.setUrl('/default.html')
.setCaptureElements('#default-tests')
.capture('default')
.capture('focus-tabindex', function(actions) {
actions.sendKeys(gemini.TAB);
});
.capture('default');
});

gemini.suite('styling', function(suite) {
Expand Down

0 comments on commit 80534d4

Please sign in to comment.