Skip to content

Commit bbda8f6

Browse files
committed
Add delay to font tests
FOIT
1 parent 225b847 commit bbda8f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backstop.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"label": "Font family pref",
104104
"url": "http://localhost:8000/tests/font-family.html",
105-
"delay": 0,
105+
"delay": 500,
106106
"selectors": ["document"],
107107
"misMatchThreshold" : 0.1
108108
},
@@ -186,7 +186,7 @@
186186
{
187187
"label": "Accessibility font pref",
188188
"url": "http://localhost:8000/tests/a11y-font.html",
189-
"delay": 200,
189+
"delay": 500,
190190
"selectors": ["document"],
191191
"misMatchThreshold" : 0.1
192192
},
@@ -200,7 +200,7 @@
200200
{
201201
"label": "Accessibility custom pref",
202202
"url": "http://localhost:8000/tests/a11y-custom.html",
203-
"delay": 200,
203+
"delay": 500,
204204
"selectors": ["document"],
205205
"misMatchThreshold" : 0.1
206206
},
@@ -221,21 +221,21 @@
221221
{
222222
"label": "Font weight pref",
223223
"url": "http://localhost:8000/tests/font-weight.html",
224-
"delay": 0,
224+
"delay": 500,
225225
"selectors": ["document"],
226226
"misMatchThreshold" : 0.1
227227
},
228228
{
229229
"label": "Font width Keyword pref",
230230
"url": "http://localhost:8000/tests/font-width-keyword.html",
231-
"delay": 0,
231+
"delay": 500,
232232
"selectors": ["document"],
233233
"misMatchThreshold" : 0.1
234234
},
235235
{
236236
"label": "Font width Percentage pref",
237237
"url": "http://localhost:8000/tests/font-width-percentage.html",
238-
"delay": 0,
238+
"delay": 500,
239239
"selectors": ["document"],
240240
"misMatchThreshold" : 0.1
241241
},

0 commit comments

Comments
 (0)