Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7bc7fa8

Browse files
committedNov 13, 2023
fix: remove todos
1 parent d2812b6 commit 7bc7fa8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tests/bunit.web.query.tests/Labels/LabelQueryExtensionsTests.cs

-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public void Test002()
3737
.CssSelector.ShouldBe(expectedLabelText);
3838
}
3939

40-
// TODO: fix this for refreshable
4140
[Theory(DisplayName = "Should return back element associated with label when label when is wrapped around element")]
4241
[MemberData(nameof(HtmlElementsThatCanHaveALabel))]
4342
public void Test003(string htmlElementWithLabel)
@@ -61,7 +60,6 @@ public void Test004()
6160
.CssSelector.ShouldBe(expectedLabelText);
6261
}
6362

64-
// TODO: fix this for refreshable
6563
[Theory(DisplayName = "Should return back element associated with label when element uses aria-label")]
6664
[MemberData(nameof(HtmlElementsThatCanHaveALabel))]
6765
public void Test005(string htmlElementWithLabel)
@@ -75,7 +73,6 @@ public void Test005(string htmlElementWithLabel)
7573
input.Id.ShouldBe($"{htmlElementWithLabel}-with-aria-label");
7674
}
7775

78-
// TODO: fix this for refreshable
7976
[Theory(DisplayName = "Should return back element associated with another element when that other element uses aria-labelledby")]
8077
[MemberData(nameof(HtmlElementsThatCanHaveALabel))]
8178
public void Test006(string htmlElementWithLabel)

0 commit comments

Comments
 (0)
Please sign in to comment.