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