We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b133c9d commit 3689a68Copy full SHA for 3689a68
tests/authoring/Framework/HtmlAssertions.fs
@@ -9,15 +9,13 @@ open System.Diagnostics
9
open System.IO
10
open AngleSharp.Diffing
11
open AngleSharp.Diffing.Core
12
-open AngleSharp.Dom
13
open AngleSharp.Html
14
open AngleSharp.Html.Parser
15
-open DiffPlex.DiffBuilder
16
-open DiffPlex.DiffBuilder.Model
17
open JetBrains.Annotations
18
-open Swensen.Unquote
19
open Xunit.Sdk
20
+#nowarn 3261 // TODO: Remove this and fix it. Adding this to unblock the code for now.
+
21
[<AutoOpen>]
22
module HtmlAssertions =
23
@@ -90,7 +88,7 @@ actual: {actual}
90
88
match querySelector with
91
89
| Some q -> document.QuerySelector q
92
| None -> document.Body
93
-
94
let links = element.QuerySelectorAll("a")
95
links
96
|> Seq.iter(fun l ->
0 commit comments