diff --git a/backstop.conf.js b/backstop.conf.js index 1852361..77234ce 100644 --- a/backstop.conf.js +++ b/backstop.conf.js @@ -7,7 +7,7 @@ module.exports = { label: 'Typography', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#typography'], readyEvent: null, delay: 500, @@ -18,7 +18,7 @@ module.exports = { label: 'Blockquotes', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#blockquotes'], readyEvent: null, delay: 500, @@ -29,7 +29,7 @@ module.exports = { label: 'Buttons', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#buttons'], readyEvent: null, delay: 500, @@ -40,7 +40,7 @@ module.exports = { label: 'Lists', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#lists'], readyEvent: null, delay: 500, @@ -51,7 +51,7 @@ module.exports = { label: 'Forms', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#forms'], readyEvent: null, delay: 500, @@ -62,7 +62,7 @@ module.exports = { label: 'Tables', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#tables'], readyEvent: null, delay: 500, @@ -73,7 +73,7 @@ module.exports = { label: 'Grids', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#grids'], readyEvent: null, delay: 500, @@ -84,7 +84,7 @@ module.exports = { label: 'Codes', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#codes'], readyEvent: null, delay: 500, @@ -95,7 +95,7 @@ module.exports = { label: 'Utilities', url: 'http://localhost:3000', hideSelectors: [], - removeSelectors: ['#__bs_notify__'], + removeSelectors: [], selectors: ['#utilities'], readyEvent: null, delay: 500,