Skip to content

Commit 500e113

Browse files
committed
fix(inline-dropdown): updated snapshot PD-4065
1 parent 2c4c243 commit 500e113

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

packages/inline-dropdown/configure/src/__tests__/__snapshots__/main.test.jsx.snap

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,28 @@ exports[`Main snapshot renders with teacher instructions, prompt and rationale e
9494
"required": false,
9595
"settings": true,
9696
},
97+
"responseAreaInputConfiguration": Object {
98+
"inputConfiguration": Object {
99+
"audio": Object {
100+
"disabled": true,
101+
},
102+
"image": Object {
103+
"disabled": true,
104+
},
105+
"ol_list": Object {
106+
"disabled": true,
107+
},
108+
"table": Object {
109+
"disabled": true,
110+
},
111+
"ul_list": Object {
112+
"disabled": true,
113+
},
114+
"video": Object {
115+
"disabled": true,
116+
},
117+
},
118+
},
97119
"settingsPanelDisabled": false,
98120
"spellCheck": Object {
99121
"enabled": true,
@@ -898,6 +920,28 @@ exports[`Main snapshot renders without teacher instructions, prompt and rational
898920
"required": false,
899921
"settings": true,
900922
},
923+
"responseAreaInputConfiguration": Object {
924+
"inputConfiguration": Object {
925+
"audio": Object {
926+
"disabled": true,
927+
},
928+
"image": Object {
929+
"disabled": true,
930+
},
931+
"ol_list": Object {
932+
"disabled": true,
933+
},
934+
"table": Object {
935+
"disabled": true,
936+
},
937+
"ul_list": Object {
938+
"disabled": true,
939+
},
940+
"video": Object {
941+
"disabled": true,
942+
},
943+
},
944+
},
901945
"settingsPanelDisabled": false,
902946
"spellCheck": Object {
903947
"enabled": true,

0 commit comments

Comments
 (0)