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