Skip to content

Commit

Permalink
Delete obsolete visual test images, configure visual test for overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jan 24, 2019
1 parent a49c50e commit 2fe78b5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/visual/default.html
Expand Up @@ -6,10 +6,10 @@
<script src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script>
const theme = window.location.search.replace(/.*theme=(\w+).*/, '$1') || 'lumo';
document.write('<link rel="import" href="../../theme/' + theme + '/vaadin-login-form-wrapper.html">');
document.write('<link rel="import" href="../../theme/' + theme + '/vaadin-login-overlay.html">');
</script>
</head>

<body style="height: 100vh; margin: 0; padding: 0;">
<vaadin-login-form-wrapper></vaadin-login-form-wrapper>
<vaadin-login-overlay opened></vaadin-login-overlay>
</body>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/visual/test.js
@@ -1,4 +1,4 @@
gemini.suite('vaadin-login', function(rootSuite) {
gemini.suite('vaadin-login-overlay', function(rootSuite) {
function wait(actions, find) {
actions.wait(5000);
}
Expand Down

0 comments on commit 2fe78b5

Please sign in to comment.