Improving the test to cover only the block tested
This commit is contained in:
parent
1b1555909b
commit
eeee3da483
@ -16,7 +16,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#typography'],
|
selectors: ['#typography .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -27,7 +27,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#blockquotes'],
|
selectors: ['#blockquotes .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -38,7 +38,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#buttons'],
|
selectors: ['#buttons .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -49,7 +49,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#lists'],
|
selectors: ['#lists .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -60,7 +60,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#forms'],
|
selectors: ['#forms .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -71,7 +71,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#tables'],
|
selectors: ['#tables .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -82,7 +82,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#grids'],
|
selectors: ['#grids .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -93,7 +93,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#codes'],
|
selectors: ['#codes .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
@ -104,7 +104,7 @@ const config = {
|
|||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
hideSelectors: [],
|
hideSelectors: [],
|
||||||
removeSelectors: [],
|
removeSelectors: [],
|
||||||
selectors: ['#utilities'],
|
selectors: ['#utilities .example'],
|
||||||
readyEvent: null,
|
readyEvent: null,
|
||||||
delay: 500,
|
delay: 500,
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.1,
|
||||||
|
Loading…
Reference in New Issue
Block a user