diff --git a/visual-monitor/test/tests.js b/visual-monitor/test/tests.js index 8fafc97..0e3c742 100644 --- a/visual-monitor/test/tests.js +++ b/visual-monitor/test/tests.js @@ -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); }); diff --git a/visual-monitor/webdrivercss/browserstack-chrome.homepage.1.960px.baseline.png b/visual-monitor/webdrivercss/browserstack-chrome.homepage.1.960px.baseline.png new file mode 100644 index 0000000..84449bb Binary files /dev/null and b/visual-monitor/webdrivercss/browserstack-chrome.homepage.1.960px.baseline.png differ