From eeee3da4833aa1d24a8abf6b3c150729e9a99863 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 25 Jan 2017 05:46:55 -0300 Subject: [PATCH] Improving the test to cover only the block tested --- backstop.conf.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/backstop.conf.js b/backstop.conf.js index 9e9b947..77c3897 100644 --- a/backstop.conf.js +++ b/backstop.conf.js @@ -16,7 +16,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#typography'], + selectors: ['#typography .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -27,7 +27,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#blockquotes'], + selectors: ['#blockquotes .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -38,7 +38,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#buttons'], + selectors: ['#buttons .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -49,7 +49,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#lists'], + selectors: ['#lists .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -60,7 +60,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#forms'], + selectors: ['#forms .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -71,7 +71,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#tables'], + selectors: ['#tables .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -82,7 +82,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#grids'], + selectors: ['#grids .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -93,7 +93,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#codes'], + selectors: ['#codes .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1, @@ -104,7 +104,7 @@ const config = { url: 'http://localhost:3000', hideSelectors: [], removeSelectors: [], - selectors: ['#utilities'], + selectors: ['#utilities .example'], readyEvent: null, delay: 500, misMatchThreshold: 0.1,