Skip to content

Commit

Permalink
Squashed #1 : Add a visual monitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKohav committed Oct 21, 2015
1 parent f427f56 commit 22f7436
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions visual-monitor/test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,20 @@ describe('Visual monitor testing', function() {
.url(baseUrl)
.webdrivercss(testName + '.homepage', {
name: '1',
exclude: [],
exclude:
[
// Returning users form.
'.button-orange-login'
],
remove: [],
hide: [],
screenWidth: selectedCaps == 'chrome' ? [640, 960, 1200] : undefined,
hide:
[
//login content link.
'#username',
'#password',
'.login-content a',
],
screenWidth: selectedCaps == 'chrome' ? [960] : undefined,
}, resultsCallback)
.call(done);
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22f7436

Please sign in to comment.