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
9
9
open System.IO
10
10
open AngleSharp.Diffing
11
11
open AngleSharp.Diffing .Core
12
- open AngleSharp.Dom
13
12
open AngleSharp.Html
14
13
open AngleSharp.Html .Parser
15
- open DiffPlex.DiffBuilder
16
- open DiffPlex.DiffBuilder .Model
17
14
open JetBrains.Annotations
18
- open Swensen.Unquote
19
15
open Xunit.Sdk
20
16
17
+ #nowarn 3261 // TODO: Remove this and fix it. Adding this to unblock the code for now.
18
+
21
19
[<AutoOpen>]
22
20
module HtmlAssertions =
23
21
@@ -90,7 +88,7 @@ actual: {actual}
90
88
match querySelector with
91
89
| Some q -> document.QuerySelector q
92
90
| None -> document.Body
93
-
91
+
94
92
let links = element.QuerySelectorAll( " a" )
95
93
links
96
94
|> Seq.iter( fun l ->
You can’t perform that action at this time.
0 commit comments