Skip to content

Commit 677a9d6

Browse files
committed
Update test snapshot
1 parent 4a59e23 commit 677a9d6

File tree

1 file changed

+6
-24
lines changed
  • assets/src/block-validation/components/validation-error-message/test/__snapshots__

1 file changed

+6
-24
lines changed

assets/src/block-validation/components/validation-error-message/test/__snapshots__/index.js.snap

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff 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

3921
exports[`ValidationErrorMessage renders an error for an unknown error code 1`] = `

0 commit comments

Comments
 (0)