File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
tests/authoring/Framework Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,13 @@ open System.Diagnostics
99open System.IO
1010open AngleSharp.Diffing
1111open AngleSharp.Diffing .Core
12- open AngleSharp.Dom
1312open AngleSharp.Html
1413open AngleSharp.Html .Parser
15- open DiffPlex.DiffBuilder
16- open DiffPlex.DiffBuilder .Model
1714open JetBrains.Annotations
18- open Swensen.Unquote
1915open Xunit.Sdk
2016
17+ #nowarn 3261 // TODO: Remove this and fix it. Adding this to unblock the code for now.
18+
2119[<AutoOpen>]
2220module HtmlAssertions =
2321
@@ -90,7 +88,7 @@ actual: {actual}
9088 match querySelector with
9189 | Some q -> document.QuerySelector q
9290 | None -> document.Body
93-
91+
9492 let links = element.QuerySelectorAll( " a" )
9593 links
9694 |> Seq.iter( fun l ->
You can’t perform that action at this time.
0 commit comments