|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`CampaignErrorDialog Snapshots Rendering should match snapshot for ACCEPT_FAILED error type 1`] = ` |
| 4 | +<div> |
| 5 | + <dialog |
| 6 | + aria-labelledby="campaign-error-dialog-title" |
| 7 | + class="campaign-error-dialog" |
| 8 | + data-testid="campaign-error-dialog" |
| 9 | + > |
| 10 | + <mdc-text |
| 11 | + class="campaign-error-dialog-title" |
| 12 | + data-testid="campaign-error-dialog-title" |
| 13 | + id="campaign-error-dialog-title" |
| 14 | + > |
| 15 | + Can't accept contact |
| 16 | + </mdc-text> |
| 17 | + <mdc-text |
| 18 | + class="campaign-error-dialog-message" |
| 19 | + data-testid="campaign-error-dialog-message" |
| 20 | + id="campaign-error-dialog-message" |
| 21 | + > |
| 22 | + We ran into an issue connecting you with this contact. Check your network connection and try again. |
| 23 | + </mdc-text> |
| 24 | + <div |
| 25 | + class="campaign-error-dialog-actions" |
| 26 | + > |
| 27 | + <mdc-button |
| 28 | + data-testid="campaign-error-dialog-ok-button" |
| 29 | + > |
| 30 | + OK |
| 31 | + </mdc-button> |
| 32 | + </div> |
| 33 | + </dialog> |
| 34 | +</div> |
| 35 | +`; |
| 36 | + |
| 37 | +exports[`CampaignErrorDialog Snapshots Rendering should match snapshot for REMOVE_FAILED error type 1`] = ` |
| 38 | +<div> |
| 39 | + <dialog |
| 40 | + aria-labelledby="campaign-error-dialog-title" |
| 41 | + class="campaign-error-dialog" |
| 42 | + data-testid="campaign-error-dialog" |
| 43 | + > |
| 44 | + <mdc-text |
| 45 | + class="campaign-error-dialog-title" |
| 46 | + data-testid="campaign-error-dialog-title" |
| 47 | + id="campaign-error-dialog-title" |
| 48 | + > |
| 49 | + Can't remove contact |
| 50 | + </mdc-text> |
| 51 | + <mdc-text |
| 52 | + class="campaign-error-dialog-message" |
| 53 | + data-testid="campaign-error-dialog-message" |
| 54 | + id="campaign-error-dialog-message" |
| 55 | + > |
| 56 | + We ran into an issue connecting you with this contact. Check your network connection and try again. |
| 57 | + </mdc-text> |
| 58 | + <div |
| 59 | + class="campaign-error-dialog-actions" |
| 60 | + > |
| 61 | + <mdc-button |
| 62 | + data-testid="campaign-error-dialog-ok-button" |
| 63 | + > |
| 64 | + OK |
| 65 | + </mdc-button> |
| 66 | + </div> |
| 67 | + </dialog> |
| 68 | +</div> |
| 69 | +`; |
| 70 | + |
| 71 | +exports[`CampaignErrorDialog Snapshots Rendering should match snapshot for SKIP_FAILED error type 1`] = ` |
| 72 | +<div> |
| 73 | + <dialog |
| 74 | + aria-labelledby="campaign-error-dialog-title" |
| 75 | + class="campaign-error-dialog" |
| 76 | + data-testid="campaign-error-dialog" |
| 77 | + > |
| 78 | + <mdc-text |
| 79 | + class="campaign-error-dialog-title" |
| 80 | + data-testid="campaign-error-dialog-title" |
| 81 | + id="campaign-error-dialog-title" |
| 82 | + > |
| 83 | + Can't skip contact |
| 84 | + </mdc-text> |
| 85 | + <mdc-text |
| 86 | + class="campaign-error-dialog-message" |
| 87 | + data-testid="campaign-error-dialog-message" |
| 88 | + id="campaign-error-dialog-message" |
| 89 | + > |
| 90 | + We ran into an issue connecting you with this contact. Check your network connection and try again. |
| 91 | + </mdc-text> |
| 92 | + <div |
| 93 | + class="campaign-error-dialog-actions" |
| 94 | + > |
| 95 | + <mdc-button |
| 96 | + data-testid="campaign-error-dialog-ok-button" |
| 97 | + > |
| 98 | + OK |
| 99 | + </mdc-button> |
| 100 | + </div> |
| 101 | + </dialog> |
| 102 | +</div> |
| 103 | +`; |
| 104 | + |
| 105 | +exports[`CampaignErrorDialog Snapshots Rendering should match snapshot when dialog is closed 1`] = ` |
| 106 | +<div> |
| 107 | + <dialog |
| 108 | + aria-labelledby="campaign-error-dialog-title" |
| 109 | + class="campaign-error-dialog" |
| 110 | + data-testid="campaign-error-dialog" |
| 111 | + > |
| 112 | + <mdc-text |
| 113 | + class="campaign-error-dialog-title" |
| 114 | + data-testid="campaign-error-dialog-title" |
| 115 | + id="campaign-error-dialog-title" |
| 116 | + > |
| 117 | + Can't accept contact |
| 118 | + </mdc-text> |
| 119 | + <mdc-text |
| 120 | + class="campaign-error-dialog-message" |
| 121 | + data-testid="campaign-error-dialog-message" |
| 122 | + id="campaign-error-dialog-message" |
| 123 | + > |
| 124 | + We ran into an issue connecting you with this contact. Check your network connection and try again. |
| 125 | + </mdc-text> |
| 126 | + <div |
| 127 | + class="campaign-error-dialog-actions" |
| 128 | + > |
| 129 | + <mdc-button |
| 130 | + data-testid="campaign-error-dialog-ok-button" |
| 131 | + > |
| 132 | + OK |
| 133 | + </mdc-button> |
| 134 | + </div> |
| 135 | + </dialog> |
| 136 | +</div> |
| 137 | +`; |
0 commit comments