You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/unit/core/ui-react/__snapshots__/ui-react-dom.test.tsx.snap
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ exports[`EditableCellView > change type and Cell 3`] = `"<div class="editableCel
10
10
11
11
exports[`EditableCellView > change type and Cell 4`] = `"<divclass="editableCell"><buttontitle="boolean"class="boolean">boolean</button><inputtype="checkbox"checked=""></div>"`;
12
12
13
-
exports[`EditableCellView > change type and Cell 5`] = `"<divclass="editableCell"><buttontitle="object"class="object">object</button><textarea>{}</textarea></div>"`;
13
+
exports[`EditableCellView > change type and Cell 5`] = `"<divclass="editableCell"><buttontitle="object"class="object">object</button><inputclass=""value="{}"></div>"`;
14
14
15
-
exports[`EditableCellView > change type and Cell 6`] = `"<divclass="editableCell"><buttontitle="object"class="object">object</button><textarea>{"x":1}</textarea></div>"`;
15
+
exports[`EditableCellView > change type and Cell 6`] = `"<divclass="editableCell"><buttontitle="object"class="object">object</button><inputclass=""value="{"x":1}"></div>"`;
16
16
17
-
exports[`EditableCellView > change type and Cell 7`] = `"<divclass="editableCell"><buttontitle="array"class="array">array</button><textarea>[]</textarea></div>"`;
17
+
exports[`EditableCellView > change type and Cell 7`] = `"<divclass="editableCell"><buttontitle="array"class="array">array</button><inputclass=""value="[]"></div>"`;
18
18
19
-
exports[`EditableCellView > change type and Cell 8`] = `"<divclass="editableCell"><buttontitle="array"class="array">array</button><textarea>[1,2]</textarea></div>"`;
19
+
exports[`EditableCellView > change type and Cell 8`] = `"<divclass="editableCell"><buttontitle="array"class="array">array</button><inputclass=""value="[1,2]"></div>"`;
20
20
21
21
exports[`EditableCellView > change type and Cell 9`] = `"<divclass="editableCell"><buttontitle="string"class="string">string</button><inputvalue="1"></div>"`;
22
22
@@ -44,13 +44,13 @@ exports[`EditableValueView > change type and Value 3`] = `"<div class="editableV
44
44
45
45
exports[`EditableValueView > change type and Value 4`] = `"<divclass="editableValue"><buttontitle="boolean"class="boolean">boolean</button><inputtype="checkbox"checked=""></div>"`;
46
46
47
-
exports[`EditableValueView > change type and Value 5`] = `"<divclass="editableValue"><buttontitle="object"class="object">object</button><textarea>{}</textarea></div>"`;
47
+
exports[`EditableValueView > change type and Value 5`] = `"<divclass="editableValue"><buttontitle="object"class="object">object</button><inputclass=""value="{}"></div>"`;
48
48
49
-
exports[`EditableValueView > change type and Value 6`] = `"<divclass="editableValue"><buttontitle="object"class="object">object</button><textarea>{"x":1}</textarea></div>"`;
49
+
exports[`EditableValueView > change type and Value 6`] = `"<divclass="editableValue"><buttontitle="object"class="object">object</button><inputclass=""value="{"x":1}"></div>"`;
50
50
51
-
exports[`EditableValueView > change type and Value 7`] = `"<divclass="editableValue"><buttontitle="array"class="array">array</button><textarea>[]</textarea></div>"`;
51
+
exports[`EditableValueView > change type and Value 7`] = `"<divclass="editableValue"><buttontitle="array"class="array">array</button><inputclass=""value="[]"></div>"`;
52
52
53
-
exports[`EditableValueView > change type and Value 8`] = `"<divclass="editableValue"><buttontitle="array"class="array">array</button><textarea>[1,2]</textarea></div>"`;
53
+
exports[`EditableValueView > change type and Value 8`] = `"<divclass="editableValue"><buttontitle="array"class="array">array</button><inputclass=""value="[1,2]"></div>"`;
54
54
55
55
exports[`EditableValueView > change type and Value 9`] = `"<divclass="editableValue"><buttontitle="string"class="string">string</button><inputvalue="1"></div>"`;
0 commit comments