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();
73
await
SetAndVerifyTheme
(Dialogs.SettingsDialogSystemTheme, null).DefaultTimeout(); // don't guess system theme
74
await
SetAndVerifyTheme
(Dialogs.SettingsDialogLightTheme, "light").DefaultTimeout();
75
await
SetAndVerifyTheme
(Dialogs.SettingsDialogDarkTheme, "dark").DefaultTimeout();