From 38fad2f410cc6ee09e72b3591327e35ad9f549bf Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Thu, 7 Feb 2019 16:01:32 -0800 Subject: [PATCH] Update sample json --- lighthouse-core/test/results/sample_v2.json | 16 +++++++++++----- proto/sample_v2_round_trip.json | 10 +++++----- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 2f2db5757af1..ea1311aba0be 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -3417,6 +3417,11 @@ "weight": 0, "group": "a11y-aria" }, + { + "id": "audio-caption", + "weight": 0, + "group": "a11y-audio-video" + }, { "id": "button-name", "weight": 0, @@ -3537,11 +3542,6 @@ "weight": 0, "group": "a11y-language" }, - { - "id": "audio-caption", - "weight": 0, - "group": "a11y-audio-video" - }, { "id": "video-caption", "weight": 0, @@ -5076,6 +5076,12 @@ "lighthouse-core/audits/network-server-latency.js | description": [ "audits[network-server-latency].description" ], + "lighthouse-core/audits/accessibility/accesskeys.js | title": [ + "audits.accesskeys.title" + ], + "lighthouse-core/audits/accessibility/accesskeys.js | description": [ + "audits.accesskeys.description" + ], "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": [ "audits[aria-allowed-attr].title" ], diff --git a/proto/sample_v2_round_trip.json b/proto/sample_v2_round_trip.json index 0a17a8499fe1..62f4fc34b027 100644 --- a/proto/sample_v2_round_trip.json +++ b/proto/sample_v2_round_trip.json @@ -3049,6 +3049,11 @@ "id": "aria-valid-attr", "weight": 0.0 }, + { + "group": "a11y-audio-video", + "id": "audio-caption", + "weight": 0.0 + }, { "group": "a11y-names-labels", "id": "button-name", @@ -3169,11 +3174,6 @@ "id": "valid-lang", "weight": 0.0 }, - { - "group": "a11y-audio-video", - "id": "audio-caption", - "weight": 0.0 - }, { "group": "a11y-audio-video", "id": "video-caption",