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: app/javascript/spec/cloud-object-store-container-form/__snapshots__/cloud-object-store-container-form.spec.js.snap
+34-36Lines changed: 34 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -512,7 +512,7 @@ exports[`Cloud Object Store Container form component should add Amazon cloud obj
512
512
</IsRequired>
513
513
}
514
514
loadOptions={[Function]}
515
-
loadOptionsChangeCounter={1}
515
+
loadOptionsChangeCounter={0}
516
516
loadingMessage="Loading..."
517
517
name="storage_manager_id"
518
518
onBlur={[Function]}
@@ -523,11 +523,13 @@ exports[`Cloud Object Store Container form component should add Amazon cloud obj
523
523
value=""
524
524
>
525
525
<ClearedSelect
526
+
className=""
527
+
closeMenuOnSelect={true}
528
+
hideSelectedOptions={false}
526
529
id="storage_manager_id"
527
530
invalidText=""
528
531
isClearable={false}
529
-
isDisabled={true}
530
-
isFetching={true}
532
+
isFetching={false}
531
533
isSearchable={false}
532
534
labelText={
533
535
<IsRequired>
@@ -546,6 +548,7 @@ exports[`Cloud Object Store Container form component should add Amazon cloud obj
546
548
value=""
547
549
>
548
550
<Select
551
+
className=""
549
552
disabled={false}
550
553
helperText=""
551
554
id="storage_manager_id"
@@ -598,6 +601,7 @@ exports[`Cloud Object Store Container form component should add Amazon cloud obj
598
601
onChange={[Function]}
599
602
onFocus={[Function]}
600
603
value=""
604
+
<<<<<<<HEAD
601
605
>
602
606
<SelectItem
603
607
disabled={false}
@@ -615,6 +619,9 @@ exports[`Cloud Object Store Container form component should add Amazon cloud obj
0 commit comments