File tree Expand file tree Collapse file tree 1 file changed +6
-24
lines changed
assets/src/block-validation/components/validation-error-message/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-24
lines changed Original file line number Diff line number Diff line change @@ -9,31 +9,13 @@ Array [
99]
1010` ;
1111
12- exports [` ValidationErrorMessage renders an error for an invalid attribute 1` ] = `
13- Array [
14- "Invalid attribute: ",
15- <code >
16- bar
17- </code >,
18- ]
19- ` ;
20-
21- exports [` ValidationErrorMessage renders an error for an invalid attribute with parent node 1` ] = `
22- Array [
23- "Invalid attribute: ",
12+ exports [` ValidationErrorMessage renders an error with a title 1` ] = `
13+ <span >
14+ Invalid attribute
2415 <code >
25- baz[bar]
26- </code >,
27- ]
28- ` ;
29-
30- exports [` ValidationErrorMessage renders an error for an invalid element 1` ] = `
31- Array [
32- "Invalid element: ",
33- <code >
34- foo
35- </code >,
36- ]
16+ onclick
17+ </code >
18+ </span >
3719` ;
3820
3921exports [` ValidationErrorMessage renders an error for an unknown error code 1` ] = `
You can’t perform that action at this time.
0 commit comments