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',
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user