test(about): assert integrations status through the real render

This commit is contained in:
2026-06-15 14:44:26 +02:00
parent f9ed487ae2
commit 8afcb87624
3 changed files with 106 additions and 0 deletions
+4
View File
@@ -112,4 +112,8 @@ internal sealed class SettingsWindow : Window
break;
}
}
// AboutTab is owned here (not MainWindow) and rendered only via the private
// RenderActiveTab; this exposes it for the integrations-status SelfTest.
internal AboutTab GetAboutTabForSelfTest() => _about;
}