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 9f2df54 commit 2e9d31fCopy full SHA for 2e9d31f
tests/LinkDotNet.Blog.IntegrationTests/Web/Shared/Skills/SkillTableTests.cs
@@ -89,7 +89,7 @@ public async Task ShouldUpdateProficiencyWhenSkillTagDragged()
89
ctx.Services.AddScoped(_ => Mock.Of<IToastService>());
90
var cut = ctx.RenderComponent<SkillTable>(p =>
91
p.Add(s => s.IsAuthenticated, true));
92
- cut.WaitForElement(".skill-tag");
+ cut.WaitForState(() => cut.FindAll(".skill-tag").Any());
93
94
cut.FindAll(".skill-tag")[0].Drag();
95
cut.FindAll(".proficiency-level")[1].Drop();
0 commit comments