Fix flaky AppTile tests (#31442)

* Bit of cleanup

* Attempts to fix

* uncomment

* Restructure tests

* Better reset

* Descrew up tests

* fix comment

* Remove redundant calls
This commit is contained in:
Will Hunt
2025-12-05 17:41:27 +00:00
committed by GitHub
parent 9faee160e9
commit d610c3d1ae
3 changed files with 74 additions and 56 deletions

View File

@@ -122,7 +122,6 @@ export default class ThemeWatcher extends TypedEventEmitter<ThemeWatcherEvent, T
return theme;
}
}
logger.log("returning theme value");
return SettingsStore.getValue("theme");
}