From 351a13e926acd40e6aaad090fbbb822c2dea700d Mon Sep 17 00:00:00 2001 From: QLHazycoder <2825305047@qq.com> Date: Sun, 3 May 2026 03:17:04 +0800 Subject: [PATCH] test(sidepanel): clean herosms max price assertion --- tests/sidepanel-phone-verification-settings.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sidepanel-phone-verification-settings.test.js b/tests/sidepanel-phone-verification-settings.test.js index 13d2abd..df53c66 100644 --- a/tests/sidepanel-phone-verification-settings.test.js +++ b/tests/sidepanel-phone-verification-settings.test.js @@ -327,6 +327,6 @@ test('hero sms max price input does not auto-save partial typing states', () => ); assert.doesNotMatch( sidepanelSource, - /inputHeroSmsMaxPrice\?\.\s*addEventListener\('input',\s*\(\)\s*=>\s*\{\s*markSettingsDirty\(true\);\s*scheduleSettingsAutoSave\(\);/ + /inputHeroSmsMaxPrice\?\.\s*addEventListener\('input',\s*\(\)\s*=>\s*\{\s*markSettingsDirty\(true\);\s*scheduleSettingsAutoSave\(\);/ ); });