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