Skip to content

Commit 0b2c670

Browse files
committed
updated snapshots for tests
1 parent 02eb3bf commit 0b2c670

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

test/unit/widgets/forms/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`Classifier runs 1`] = `
1313
<div
1414
style="margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; background-color: #fee; color:black;"
1515
>
16-
Can't do multiple selector with no subclasses of category: &lt;http://example.com/#bla&gt;
16+
Can't do selector with no options, subject= &lt;http://example.com/#this&gt; property = &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;.
1717
</div>
1818
</span>
1919
`;
@@ -40,15 +40,7 @@ exports[`Heading runs 1`] = `
4040
</div>
4141
`;
4242

43-
exports[`Options field runs 1`] = `
44-
<div>
45-
<div
46-
style="margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; background-color: #fee; color:black;"
47-
>
48-
Can't select subform as no value of: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;
49-
</div>
50-
</div>
51-
`;
43+
exports[`Options field runs 1`] = `<div />`;
5244

5345
exports[`TristateField runs 1`] = `
5446
<div

0 commit comments

Comments
 (0)