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