Skip to content

Commit 593b825

Browse files
committed
update snapshots
1 parent 9fff559 commit 593b825

6 files changed

Lines changed: 26 additions & 0 deletions

File tree

packages/drag-in-the-blank/configure/src/__tests__/__snapshots__/main.test.jsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ There should be at least 2 tokens defined."
361361
"responseArea",
362362
"redo",
363363
"undo",
364+
"superscript",
365+
"subscript",
364366
]
365367
}
366368
allowValidation={false}
@@ -802,6 +804,8 @@ There should be at least 2 tokens defined."
802804
"responseArea",
803805
"redo",
804806
"undo",
807+
"superscript",
808+
"subscript",
805809
]
806810
}
807811
allowValidation={false}

packages/explicit-constructed-response/configure/src/__tests__/__snapshots__/main.test.jsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ There should be at least 1 and at most 10 response areas defined."
381381
"responseArea",
382382
"redo",
383383
"undo",
384+
"superscript",
385+
"subscript",
384386
]
385387
}
386388
allowValidation={false}
@@ -849,6 +851,8 @@ There should be at least 1 and at most 10 response areas defined."
849851
"responseArea",
850852
"redo",
851853
"undo",
854+
"superscript",
855+
"subscript",
852856
]
853857
}
854858
allowValidation={false}

packages/extended-text-entry/configure/src/__tests__/__snapshots__/main.test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ exports[`Render Main Component Match Snapshot 1`] = `
255255
"responseArea",
256256
"redo",
257257
"undo",
258+
"superscript",
259+
"subscript",
258260
]
259261
}
260262
allowValidation={false}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ There should be at most 10 choices defined per response area."
394394
"responseArea",
395395
"redo",
396396
"undo",
397+
"superscript",
398+
"subscript",
397399
]
398400
}
399401
allowValidation={false}
@@ -1089,6 +1091,8 @@ There should be at most 10 choices defined per response area."
10891091
"responseArea",
10901092
"redo",
10911093
"undo",
1094+
"superscript",
1095+
"subscript",
10921096
]
10931097
}
10941098
allowValidation={false}

packages/math-templated/configure/src/__tests__/__snapshots__/design.test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ There should be at least 1 and at most 10 response areas defined."
349349
"responseArea",
350350
"redo",
351351
"undo",
352+
"superscript",
353+
"subscript",
352354
]
353355
}
354356
allowValidation={false}

packages/passage/configure/src/__tests__/__snapshots__/main.test.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ exports[`Render Main Component Match Snapshot 1`] = `
197197
"responseArea",
198198
"redo",
199199
"undo",
200+
"superscript",
201+
"subscript",
200202
]
201203
}
202204
allowValidation={false}
@@ -266,6 +268,8 @@ exports[`Render Main Component Match Snapshot 1`] = `
266268
"responseArea",
267269
"redo",
268270
"undo",
271+
"superscript",
272+
"subscript",
269273
]
270274
}
271275
allowValidation={false}
@@ -335,6 +339,8 @@ exports[`Render Main Component Match Snapshot 1`] = `
335339
"responseArea",
336340
"redo",
337341
"undo",
342+
"superscript",
343+
"subscript",
338344
]
339345
}
340346
allowValidation={false}
@@ -404,6 +410,8 @@ exports[`Render Main Component Match Snapshot 1`] = `
404410
"responseArea",
405411
"redo",
406412
"undo",
413+
"superscript",
414+
"subscript",
407415
]
408416
}
409417
allowValidation={false}
@@ -475,6 +483,8 @@ exports[`Render Main Component Match Snapshot 1`] = `
475483
"responseArea",
476484
"redo",
477485
"undo",
486+
"superscript",
487+
"subscript",
478488
]
479489
}
480490
allowValidation={false}

0 commit comments

Comments
 (0)