test(sidepanel): clean herosms max price assertion

This commit is contained in:
QLHazycoder
2026-05-03 03:17:04 +08:00
parent 117c9bf850
commit 351a13e926
@@ -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\(\);/
);
});