File tree 1 file changed +0
-3
lines changed
tests/bunit.web.query.tests/Labels
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ public void Test002()
37
37
. CssSelector . ShouldBe ( expectedLabelText ) ;
38
38
}
39
39
40
- // TODO: fix this for refreshable
41
40
[ Theory ( DisplayName = "Should return back element associated with label when label when is wrapped around element" ) ]
42
41
[ MemberData ( nameof ( HtmlElementsThatCanHaveALabel ) ) ]
43
42
public void Test003 ( string htmlElementWithLabel )
@@ -61,7 +60,6 @@ public void Test004()
61
60
. CssSelector . ShouldBe ( expectedLabelText ) ;
62
61
}
63
62
64
- // TODO: fix this for refreshable
65
63
[ Theory ( DisplayName = "Should return back element associated with label when element uses aria-label" ) ]
66
64
[ MemberData ( nameof ( HtmlElementsThatCanHaveALabel ) ) ]
67
65
public void Test005 ( string htmlElementWithLabel )
@@ -75,7 +73,6 @@ public void Test005(string htmlElementWithLabel)
75
73
input . Id . ShouldBe ( $ "{ htmlElementWithLabel } -with-aria-label") ;
76
74
}
77
75
78
- // TODO: fix this for refreshable
79
76
[ Theory ( DisplayName = "Should return back element associated with another element when that other element uses aria-labelledby" ) ]
80
77
[ MemberData ( nameof ( HtmlElementsThatCanHaveALabel ) ) ]
81
78
public void Test006 ( string htmlElementWithLabel )
You can’t perform that action at this time.
0 commit comments