|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`ReviewModal component component snapshots closed 1`] = ` |
4 |
| -<FullscreenModal |
5 |
| - beforeBodyNode={ |
6 |
| - <React.Fragment> |
7 |
| - <ReviewActions /> |
8 |
| - <DemoWarning /> |
9 |
| - </React.Fragment> |
10 |
| - } |
11 |
| - className="review-modal" |
12 |
| - isOpen={false} |
13 |
| - modalBodyClassName="review-modal-body" |
14 |
| - onClose={[MockFunction hooks.onClose]} |
15 |
| - title="test-ora-name" |
16 |
| -> |
17 |
| - <CloseReviewConfirmModal |
18 |
| - prop="hooks.closeConfirmModalProps" |
19 |
| - /> |
20 |
| -</FullscreenModal> |
21 |
| -`; |
| 3 | +exports[`ReviewModal component component snapshots closed 1`] = `undefined`; |
22 | 4 |
|
23 |
| -exports[`ReviewModal component component snapshots loading 1`] = ` |
24 |
| -<FullscreenModal |
25 |
| - beforeBodyNode={ |
26 |
| - <React.Fragment> |
27 |
| - <ReviewActions /> |
28 |
| - <DemoWarning /> |
29 |
| - </React.Fragment> |
30 |
| - } |
31 |
| - className="review-modal" |
32 |
| - isOpen={true} |
33 |
| - modalBodyClassName="review-modal-body" |
34 |
| - onClose={[MockFunction hooks.onClose]} |
35 |
| - title="test-ora-name" |
36 |
| -> |
37 |
| - <ReviewContent /> |
38 |
| - <LoadingMessage |
39 |
| - message={ |
40 |
| - Object { |
41 |
| - "defaultMessage": "Loading response", |
42 |
| - "description": "loading text for submission response review screen", |
43 |
| - "id": "ora-grading.ReviewModal.loadingResponse", |
44 |
| - } |
45 |
| - } |
46 |
| - /> |
47 |
| - <CloseReviewConfirmModal |
48 |
| - prop="hooks.closeConfirmModalProps" |
49 |
| - /> |
50 |
| -</FullscreenModal> |
51 |
| -`; |
| 5 | +exports[`ReviewModal component component snapshots loading 1`] = `undefined`; |
52 | 6 |
|
53 |
| -exports[`ReviewModal component component snapshots success 1`] = ` |
54 |
| -<FullscreenModal |
55 |
| - beforeBodyNode={ |
56 |
| - <React.Fragment> |
57 |
| - <ReviewActions /> |
58 |
| - <DemoWarning /> |
59 |
| - </React.Fragment> |
60 |
| - } |
61 |
| - className="review-modal" |
62 |
| - isOpen={true} |
63 |
| - modalBodyClassName="review-modal-body" |
64 |
| - onClose={[MockFunction hooks.onClose]} |
65 |
| - title="test-ora-name" |
66 |
| -> |
67 |
| - <ReviewContent /> |
68 |
| - <CloseReviewConfirmModal |
69 |
| - prop="hooks.closeConfirmModalProps" |
70 |
| - /> |
71 |
| -</FullscreenModal> |
72 |
| -`; |
| 7 | +exports[`ReviewModal component component snapshots success 1`] = `undefined`; |
0 commit comments