summaryrefslogtreecommitdiff
path: root/spec/fixtures/accessibility/pa11y_with_invalid_url.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/accessibility/pa11y_with_invalid_url.json')
-rw-r--r--spec/fixtures/accessibility/pa11y_with_invalid_url.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/fixtures/accessibility/pa11y_with_invalid_url.json b/spec/fixtures/accessibility/pa11y_with_invalid_url.json
new file mode 100644
index 00000000000..aa4a663f944
--- /dev/null
+++ b/spec/fixtures/accessibility/pa11y_with_invalid_url.json
@@ -0,0 +1,12 @@
+{
+ "total": 1,
+ "passes": 0,
+ "errors": 0,
+ "results": {
+ "": [
+ {
+ "message": "Protocol error (Page.navigate): Cannot navigate to invalid URL"
+ }
+ ]
+ }
+}