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
David Kohav committed Oct 22, 2015
1 parent c987f7c commit 748f68c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions visual-monitor/test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,25 @@ describe('Visual monitor testing', function() {
.url(baseUrl)
.webdrivercss(testName + '.homepage', {
name: '1',
exclude: [],
remove: [],
hide: [],
screenWidth: selectedCaps == 'chrome' ? [640, 960, 1200] : undefined,
exclude:
[
// Services list.
'.services-list .icon',
// Biopeople
'.biopeople .bio_container a img',

],
hide:
[
// Image image.
'.home_image_caption h2',
// Services list.
'.services-list h3',
'.services-list ul',
// Biopeople
'.biopeople .bio_caption',
],
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 748f68c

Please sign in to comment.