File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tests/bunit.web.query.tests/Labels Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments