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: public/apps/account/test/__snapshots__/tenant-switch-panel.test.tsx.snap
+35-35
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
21
21
Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right.
22
22
</EuiText>
23
23
<EuiSpacer />
24
-
<EuiRadioGroup
24
+
<EuiCompressedRadioGroup
25
25
data-test-subj="tenant-switch-radios"
26
26
name="tenantSwitchRadios"
27
27
onChange={[Function]}
@@ -63,9 +63,9 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
63
63
]
64
64
}
65
65
/>
66
-
<EuiComboBox
66
+
<EuiCompressedComboBox
67
67
async={false}
68
-
compressed={false}
68
+
compressed={true}
69
69
fullWidth={false}
70
70
isClearable={true}
71
71
onChange={[Function]}
@@ -94,19 +94,19 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
94
94
<EuiSpacer />
95
95
</EuiModalBody>
96
96
<EuiModalFooter>
97
-
<EuiButtonEmpty
97
+
<EuiSmallButtonEmpty
98
98
onClick={[MockFunction]}
99
99
>
100
100
Cancel
101
-
</EuiButtonEmpty>
102
-
<EuiButton
101
+
</EuiSmallButtonEmpty>
102
+
<EuiSmallButton
103
103
data-test-subj="confirm"
104
104
disabled={false}
105
105
fill={true}
106
106
onClick={[Function]}
107
107
>
108
108
Confirm
109
-
</EuiButton>
109
+
</EuiSmallButton>
110
110
</EuiModalFooter>
111
111
</EuiModal>
112
112
</EuiOverlayMask>
@@ -133,7 +133,7 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
133
133
Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right.
134
134
</EuiText>
135
135
<EuiSpacer />
136
-
<EuiRadioGroup
136
+
<EuiCompressedRadioGroup
137
137
data-test-subj="tenant-switch-radios"
138
138
name="tenantSwitchRadios"
139
139
onChange={[Function]}
@@ -178,9 +178,9 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
178
178
]
179
179
}
180
180
/>
181
-
<EuiComboBox
181
+
<EuiCompressedComboBox
182
182
async={false}
183
-
compressed={false}
183
+
compressed={true}
184
184
fullWidth={false}
185
185
isClearable={true}
186
186
onChange={[Function]}
@@ -209,19 +209,19 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
209
209
<EuiSpacer />
210
210
</EuiModalBody>
211
211
<EuiModalFooter>
212
-
<EuiButtonEmpty
212
+
<EuiSmallButtonEmpty
213
213
onClick={[MockFunction]}
214
214
>
215
215
Cancel
216
-
</EuiButtonEmpty>
217
-
<EuiButton
216
+
</EuiSmallButtonEmpty>
217
+
<EuiSmallButton
218
218
data-test-subj="confirm"
219
219
disabled={false}
220
220
fill={true}
221
221
onClick={[Function]}
222
222
>
223
223
Confirm
224
-
</EuiButton>
224
+
</EuiSmallButton>
225
225
</EuiModalFooter>
226
226
</EuiModal>
227
227
</EuiOverlayMask>
@@ -248,7 +248,7 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
248
248
Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right.
249
249
</EuiText>
250
250
<EuiSpacer />
251
-
<EuiRadioGroup
251
+
<EuiCompressedRadioGroup
252
252
data-test-subj="tenant-switch-radios"
253
253
name="tenantSwitchRadios"
254
254
onChange={[Function]}
@@ -293,9 +293,9 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
293
293
]
294
294
}
295
295
/>
296
-
<EuiComboBox
296
+
<EuiCompressedComboBox
297
297
async={false}
298
-
compressed={false}
298
+
compressed={true}
299
299
fullWidth={false}
300
300
isClearable={true}
301
301
onChange={[Function]}
@@ -324,19 +324,19 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
324
324
<EuiSpacer />
325
325
</EuiModalBody>
326
326
<EuiModalFooter>
327
-
<EuiButtonEmpty
327
+
<EuiSmallButtonEmpty
328
328
onClick={[MockFunction]}
329
329
>
330
330
Cancel
331
-
</EuiButtonEmpty>
332
-
<EuiButton
331
+
</EuiSmallButtonEmpty>
332
+
<EuiSmallButton
333
333
data-test-subj="confirm"
334
334
disabled={false}
335
335
fill={true}
336
336
onClick={[Function]}
337
337
>
338
338
Confirm
339
-
</EuiButton>
339
+
</EuiSmallButton>
340
340
</EuiModalFooter>
341
341
</EuiModal>
342
342
</EuiOverlayMask>
@@ -363,7 +363,7 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
363
363
Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right.
364
364
</EuiText>
365
365
<EuiSpacer />
366
-
<EuiRadioGroup
366
+
<EuiCompressedRadioGroup
367
367
data-test-subj="tenant-switch-radios"
368
368
name="tenantSwitchRadios"
369
369
onChange={[Function]}
@@ -408,9 +408,9 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
408
408
]
409
409
}
410
410
/>
411
-
<EuiComboBox
411
+
<EuiCompressedComboBox
412
412
async={false}
413
-
compressed={false}
413
+
compressed={true}
414
414
fullWidth={false}
415
415
isClearable={true}
416
416
onChange={[Function]}
@@ -439,19 +439,19 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
439
439
<EuiSpacer />
440
440
</EuiModalBody>
441
441
<EuiModalFooter>
442
-
<EuiButtonEmpty
442
+
<EuiSmallButtonEmpty
443
443
onClick={[MockFunction]}
444
444
>
445
445
Cancel
446
-
</EuiButtonEmpty>
447
-
<EuiButton
446
+
</EuiSmallButtonEmpty>
447
+
<EuiSmallButton
448
448
data-test-subj="confirm"
449
449
disabled={false}
450
450
fill={true}
451
451
onClick={[Function]}
452
452
>
453
453
Confirm
454
-
</EuiButton>
454
+
</EuiSmallButton>
455
455
</EuiModalFooter>
456
456
</EuiModal>
457
457
</EuiOverlayMask>
@@ -478,7 +478,7 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
478
478
Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right.
479
479
</EuiText>
480
480
<EuiSpacer />
481
-
<EuiRadioGroup
481
+
<EuiCompressedRadioGroup
482
482
data-test-subj="tenant-switch-radios"
483
483
name="tenantSwitchRadios"
484
484
onChange={[Function]}
@@ -523,9 +523,9 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
523
523
]
524
524
}
525
525
/>
526
-
<EuiComboBox
526
+
<EuiCompressedComboBox
527
527
async={false}
528
-
compressed={false}
528
+
compressed={true}
529
529
fullWidth={false}
530
530
isClearable={true}
531
531
onChange={[Function]}
@@ -554,19 +554,19 @@ exports[`Account menu -tenant switch panel confirm button and renders renders wh
0 commit comments