We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3564735 + 8182098 commit c365df5Copy full SHA for c365df5
1 file changed
src/BlazorWebFormsComponents.Test/AdRotator/Rotate.razor
@@ -19,7 +19,7 @@
19
var img = cut.Find("img");
20
var alternateText = img.Attributes["alt"].Value;
21
22
- Assert.Contains(alternateText, new[] { "CSharp", "Visual Basic" });
+ Assert.Contains(alternateText, new[] { "CSharp", "Visual Basic", "VB" });
23
}
24
25
void RotateTestWithCustomFieldsAttributes(Fixture fixture)
0 commit comments