3 references to SetAndVerifyTheme
Aspire.Dashboard.Tests (3)
Integration\Playwright\AppBarTests.cs (3)
30
await
SetAndVerifyTheme
(Dialogs.SettingsDialogSystemTheme, null).DefaultTimeout(); // don't guess system theme
31
await
SetAndVerifyTheme
(Dialogs.SettingsDialogLightTheme, "light").DefaultTimeout();
32
await
SetAndVerifyTheme
(Dialogs.SettingsDialogDarkTheme, "dark").DefaultTimeout();