We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36af3c4 commit 7e360dfCopy full SHA for 7e360df
tests/LinkDotNet.Blog.UnitTests/Web/Features/Home/Components/ThemeTogglerTests.cs
@@ -48,7 +48,7 @@ public async Task ShouldSetValueAndSafeInStorage()
48
.SetVoidResult();
49
var cut = Render<ThemeToggler>();
50
51
- cut.Find("span").Click();
+ cut.Find("div").Click();
52
53
setTheme.Invocations.ShouldNotBeNull().ShouldNotBeEmpty();
54
await localStorage.Received(1).SetItemAsync("preferred-theme", "dark");
0 commit comments