testaro 36.6.2 → 37.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -7
- package/netWatch.js +1 -3
- package/package.json +1 -1
- package/run.js +0 -3
- package/testaro/headingAmb.js +6 -7
- package/testaro/styleDiff.js +2 -1
- package/testaro/tabNav.js +106 -70
- package/validation/tests/jobs/adbID.json +4 -5
- package/validation/tests/jobs/allCaps.json +4 -5
- package/validation/tests/jobs/allHidden.json +4 -5
- package/validation/tests/jobs/allSlanted.json +4 -5
- package/validation/tests/jobs/altScheme.json +4 -5
- package/validation/tests/jobs/attVal.json +4 -5
- package/validation/tests/jobs/autocomplete.json +4 -5
- package/validation/tests/jobs/bulk.json +4 -5
- package/validation/tests/jobs/buttonMenu.json +5 -6
- package/validation/tests/jobs/captionLoc.json +4 -5
- package/validation/tests/jobs/datalistRef.json +4 -5
- package/validation/tests/jobs/distortion.json +4 -5
- package/validation/tests/jobs/docType.json +4 -5
- package/validation/tests/jobs/dupAtt.json +4 -5
- package/validation/tests/jobs/elements.json +4 -6
- package/validation/tests/jobs/embAc.json +4 -5
- package/validation/tests/jobs/filter.json +4 -5
- package/validation/tests/jobs/focAll.json +4 -5
- package/validation/tests/jobs/focInd.json +4 -5
- package/validation/tests/jobs/focOp.json +4 -5
- package/validation/tests/jobs/focVis.json +4 -5
- package/validation/tests/jobs/headEl.json +4 -5
- package/validation/tests/jobs/headingAmb.json +9 -10
- package/validation/tests/jobs/hovInd.json +4 -5
- package/validation/tests/jobs/hover.json +4 -5
- package/validation/tests/jobs/hr.json +4 -5
- package/validation/tests/jobs/imageLink.json +4 -5
- package/validation/tests/jobs/labClash.json +4 -5
- package/validation/tests/jobs/legendLoc.json +4 -5
- package/validation/tests/jobs/lineHeight.json +4 -5
- package/validation/tests/jobs/linkAmb.json +4 -5
- package/validation/tests/jobs/linkExt.json +4 -5
- package/validation/tests/jobs/linkOldAtt.json +4 -5
- package/validation/tests/jobs/linkTitle.json +4 -5
- package/validation/tests/jobs/linkTo.json +4 -5
- package/validation/tests/jobs/linkUl.json +4 -5
- package/validation/tests/jobs/miniText.json +4 -5
- package/validation/tests/jobs/motion.json +4 -5
- package/validation/tests/jobs/nonTable.json +4 -5
- package/validation/tests/jobs/opFoc.json +4 -5
- package/validation/tests/jobs/optRoleSel.json +4 -5
- package/validation/tests/jobs/phOnly.json +4 -5
- package/validation/tests/jobs/pseudoP.json +4 -5
- package/validation/tests/jobs/radioSet.json +4 -5
- package/validation/tests/jobs/role.json +4 -5
- package/validation/tests/jobs/secHeading.json +4 -5
- package/validation/tests/jobs/styleDiff.json +4 -5
- package/validation/tests/jobs/tabNav.json +5 -13
- package/validation/tests/jobs/targetSize.json +4 -5
- package/validation/tests/jobs/textNodes.json +4 -6
- package/validation/tests/jobs/textSem.json +4 -5
- package/validation/tests/jobs/title.json +4 -6
- package/validation/tests/jobs/titledEl.json +4 -5
- package/validation/tests/jobs/zIndex.json +4 -5
- package/validation/tests/targets/headingAmb/index.html +2 -2
- package/validation/validateTest.js +2 -2
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"what": "validation of elements test",
|
|
4
4
|
"strict": true,
|
|
5
5
|
"timeLimit": 20,
|
|
6
|
-
"standard": "no",
|
|
7
6
|
"acts": [
|
|
8
7
|
{
|
|
9
8
|
"type": "launch",
|
|
@@ -227,10 +226,9 @@
|
|
|
227
226
|
}
|
|
228
227
|
],
|
|
229
228
|
"sources": {
|
|
230
|
-
"script": "",
|
|
231
|
-
"host": {},
|
|
232
|
-
"requester": ""
|
|
233
229
|
},
|
|
234
|
-
"
|
|
235
|
-
"
|
|
230
|
+
"standard": "no",
|
|
231
|
+
"observe": false,
|
|
232
|
+
"timeStamp": "240101T1500",
|
|
233
|
+
"creationTimeStamp": "240101T1200"
|
|
236
234
|
}
|
|
@@ -151,10 +151,9 @@
|
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
153
|
"sources": {
|
|
154
|
-
"script": "",
|
|
155
|
-
"host": {},
|
|
156
|
-
"requester": ""
|
|
157
154
|
},
|
|
158
|
-
"
|
|
159
|
-
"
|
|
155
|
+
"standard": "only",
|
|
156
|
+
"observe": false,
|
|
157
|
+
"timeStamp": "240101T1500",
|
|
158
|
+
"creationTimeStamp": "240101T1200"
|
|
160
159
|
}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"what": "validation of title test",
|
|
4
4
|
"strict": true,
|
|
5
5
|
"timeLimit": 20,
|
|
6
|
-
"standard": "no",
|
|
7
6
|
"acts": [
|
|
8
7
|
{
|
|
9
8
|
"type": "launch",
|
|
@@ -52,10 +51,9 @@
|
|
|
52
51
|
}
|
|
53
52
|
],
|
|
54
53
|
"sources": {
|
|
55
|
-
"script": "",
|
|
56
|
-
"host": {},
|
|
57
|
-
"requester": ""
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"
|
|
55
|
+
"standard": "no",
|
|
56
|
+
"observe": false,
|
|
57
|
+
"timeStamp": "240101T1500",
|
|
58
|
+
"creationTimeStamp": "240101T1200"
|
|
61
59
|
}
|
|
@@ -141,10 +141,9 @@
|
|
|
141
141
|
}
|
|
142
142
|
],
|
|
143
143
|
"sources": {
|
|
144
|
-
"script": "",
|
|
145
|
-
"host": {},
|
|
146
|
-
"requester": ""
|
|
147
144
|
},
|
|
148
|
-
"
|
|
149
|
-
"
|
|
145
|
+
"standard": "only",
|
|
146
|
+
"observe": false,
|
|
147
|
+
"timeStamp": "240101T1500",
|
|
148
|
+
"creationTimeStamp": "240101T1200"
|
|
150
149
|
}
|
|
@@ -143,10 +143,9 @@
|
|
|
143
143
|
}
|
|
144
144
|
],
|
|
145
145
|
"sources": {
|
|
146
|
-
"script": "",
|
|
147
|
-
"host": {},
|
|
148
|
-
"requester": ""
|
|
149
146
|
},
|
|
150
|
-
"
|
|
151
|
-
"
|
|
147
|
+
"standard": "only",
|
|
148
|
+
"observe": false,
|
|
149
|
+
"timeStamp": "240101T1500",
|
|
150
|
+
"creationTimeStamp": "240101T1200"
|
|
152
151
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<!--
|
|
3
|
-
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
|
+
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<h3>Level-3 heading</h3>
|
|
39
39
|
<div>
|
|
40
40
|
<h2>Level-2 heading</h2>
|
|
41
|
-
<p>The heading of this paragraph is
|
|
41
|
+
<p>The heading of this paragraph is OK, because the last prior <code>h2</code> has a different text.</p>
|
|
42
42
|
<h3>Level-3 heading</h3>
|
|
43
43
|
<p>The heading of this paragraph is OK, because a superior heading intervenes.</p>
|
|
44
44
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
© 2022–
|
|
2
|
+
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
4
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
5
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -45,7 +45,7 @@ exports.validateTest = async testID => {
|
|
|
45
45
|
await doJob(report);
|
|
46
46
|
// Report whether the end time was reported.
|
|
47
47
|
const {acts, jobData} = report;
|
|
48
|
-
if (jobData.endTime &&
|
|
48
|
+
if (jobData.endTime && /^(?:\d{2}-){2}\d{2}T\d{2}:\d{2}$/.test(jobData.endTime)) {
|
|
49
49
|
console.log('Success: End time has been correctly populated');
|
|
50
50
|
}
|
|
51
51
|
else {
|