Skip to content

Commit

Permalink
chore: remove whitespace in test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Mar 15, 2024
1 parent 056542d commit 7dd0039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void Test015(StringComparison comparison)
.LabelText.ShouldBe(expectedLabelText);
}

[Theory(DisplayName = "Should return back element associated with label when ComparisonType is case insensitive and incorrect casing is used with aria-labelledby")]
[Theory(DisplayName = "Should return back element associated with label when ComparisonType is case insensitive and incorrect casing is used with aria-labelledby")]
[InlineData(StringComparison.OrdinalIgnoreCase)]
[InlineData(StringComparison.InvariantCultureIgnoreCase)]
[InlineData(StringComparison.CurrentCultureIgnoreCase)]
Expand Down

0 comments on commit 7dd0039

Please sign in to comment.