From a8a96e22b4ebd6ac68fa21d3ea40a15b417296c5 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Thu, 4 Dec 2025 12:05:47 -0800 Subject: [PATCH] fix unit tests --- .../SubSettingsComponent.test.tsx.snap | 19 +++++++++++++++++++ test/sql/scaleAndSettings/settings.spec.ts | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/SubSettingsComponent.test.tsx.snap b/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/SubSettingsComponent.test.tsx.snap index 9d5471ccc..e6b66c4c9 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/SubSettingsComponent.test.tsx.snap +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/__snapshots__/SubSettingsComponent.test.tsx.snap @@ -22,14 +22,17 @@ exports[`SubSettingsComponent analyticalTimeToLive hidden 1`] = ` options={ [ { + "ariaLabel": "ttl-off-option", "key": "off", "text": "Off", }, { + "ariaLabel": "ttl-on-no-default-option", "key": "on-nodefault", "text": "On (no default)", }, { + "ariaLabel": "ttl-on-option", "key": "on", "text": "On", }, @@ -63,6 +66,7 @@ exports[`SubSettingsComponent analyticalTimeToLive hidden 1`] = ` />