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