File tree 1 file changed +2
-10
lines changed
test/unit/widgets/forms/__snapshots__
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exports[`Classifier runs 1`] = `
13
13
<div
14
14
style = " margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; background-color: #fee; color:black;"
15
15
>
16
- Can't do multiple selector with no subclasses of category: < http://example.com/#bla >
16
+ Can't do selector with no options, subject= < http://example.com/#this > property = < http://www.w3.org/1999/02/22-rdf-syntax-ns#type > .
17
17
</div >
18
18
</span >
19
19
` ;
@@ -40,15 +40,7 @@ exports[`Heading runs 1`] = `
40
40
</div >
41
41
` ;
42
42
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: < http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
49
- </div >
50
- </div >
51
- ` ;
43
+ exports [` Options field runs 1` ] = ` <div />` ;
52
44
53
45
exports [` TristateField runs 1` ] = `
54
46
<div
You can’t perform that action at this time.
0 commit comments