Skip to content

Commit 63b757b

Browse files
Update snapshots
1 parent dfe0bbf commit 63b757b

File tree

39 files changed

+1042
-82
lines changed

39 files changed

+1042
-82
lines changed

app/javascript/spec/action-form/__snapshots__/action-form.spec.js.snap

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8570,8 +8570,12 @@ exports[`Action Form Component should render adding a new action 1`] = `
85708570
>
85718571
<Select
85728572
SelectComponent={[Function]}
8573+
compareValues={[Function]}
85738574
id="action_type"
8575+
invalid={false}
85748576
invalidText=""
8577+
isClearable={false}
8578+
isSearchable={false}
85758579
labelText={
85768580
<IsRequired>
85778581
Action Type
@@ -8584,7 +8588,9 @@ exports[`Action Form Component should render adding a new action 1`] = `
85848588
onBlur={[Function]}
85858589
onChange={[Function]}
85868590
onFocus={[Function]}
8591+
options={Array []}
85878592
placeholder="<Choose>"
8593+
pluckSingleValue={true}
85888594
simpleValue={false}
85898595
value=""
85908596
>
@@ -8600,15 +8606,14 @@ exports[`Action Form Component should render adding a new action 1`] = `
86008606
Action Type
86018607
</IsRequired>
86028608
}
8603-
loadingMessage="Loading..."
86048609
name="action_type"
86058610
noOptionsMessage={[Function]}
86068611
onBlur={[Function]}
86078612
onChange={[Function]}
86088613
onFocus={[Function]}
86098614
onInputChange={[Function]}
86108615
options={Array []}
8611-
placeholder="<Choose>"
8616+
placeholder="Loading..."
86128617
value=""
86138618
>
86148619
<Select
@@ -8624,7 +8629,6 @@ exports[`Action Form Component should render adding a new action 1`] = `
86248629
</IsRequired>
86258630
}
86268631
light={false}
8627-
loadingMessage="Loading..."
86288632
name="action_type"
86298633
onBlur={[Function]}
86308634
onChange={[Function]}
@@ -8658,7 +8662,6 @@ exports[`Action Form Component should render adding a new action 1`] = `
86588662
<select
86598663
className="bx--select-input"
86608664
id="action_type"
8661-
loadingMessage="Loading..."
86628665
name="action_type"
86638666
onBlur={[Function]}
86648667
onChange={[Function]}
@@ -8668,7 +8671,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
86688671
<SelectItem
86698672
disabled={false}
86708673
hidden={false}
8671-
text="<Choose>"
8674+
text="Loading..."
86728675
value=""
86738676
>
86748677
<option
@@ -8677,7 +8680,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
86778680
hidden={false}
86788681
value=""
86798682
>
8680-
&lt;Choose&gt;
8683+
Loading...
86818684
</option>
86828685
</SelectItem>
86838686
</select>
@@ -13782,7 +13785,9 @@ exports[`Action Form Component should render adding a new action 1`] = `
1378213785
"cancel",
1378313786
]
1378413787
}
13788+
buttonsProps={Object {}}
1378513789
canReset={false}
13790+
canSubmit={false}
1378613791
cancelLabel="Cancel"
1378713792
disableSubmit={true}
1378813793
formFields={

app/javascript/spec/add-remove-security-groups-form/__snapshots__/add-remove-security-groups-form.spec.js.snap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,12 @@ exports[`Add/remove security groups form component should remove security group
575575
>
576576
<Select
577577
SelectComponent={[Function]}
578+
compareValues={[Function]}
578579
id="security_group"
580+
invalid={false}
579581
invalidText=""
582+
isClearable={false}
583+
isSearchable={false}
580584
labelText="Security Group"
581585
loadOptionsChangeCounter={1}
582586
loadingMessage="Loading..."
@@ -597,6 +601,7 @@ exports[`Add/remove security groups form component should remove security group
597601
]
598602
}
599603
placeholder="<Choose>"
604+
pluckSingleValue={true}
600605
simpleValue={false}
601606
value=""
602607
>
@@ -795,7 +800,9 @@ exports[`Add/remove security groups form component should remove security group
795800
"cancel",
796801
]
797802
}
803+
buttonsProps={Object {}}
798804
canReset={false}
805+
canSubmit={false}
799806
cancelLabel="Cancel"
800807
disableSubmit={true}
801808
formFields={

app/javascript/spec/ansible-credentials-form/__snapshots__/ansible-credentials-form.spec.js.snap

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,9 +947,13 @@ exports[`Ansible Credential Form Component should render adding a new credential
947947
>
948948
<Select
949949
SelectComponent={[Function]}
950+
compareValues={[Function]}
950951
disabled={false}
951952
id="type"
953+
invalid={false}
952954
invalidText=""
955+
isClearable={false}
956+
isSearchable={false}
953957
labelText={
954958
<IsRequired>
955959
Credential type
@@ -962,7 +966,9 @@ exports[`Ansible Credential Form Component should render adding a new credential
962966
onBlur={[Function]}
963967
onChange={[Function]}
964968
onFocus={[Function]}
969+
options={Array []}
965970
placeholder="<Choose>"
971+
pluckSingleValue={true}
966972
simpleValue={false}
967973
value=""
968974
>
@@ -1196,7 +1202,9 @@ exports[`Ansible Credential Form Component should render adding a new credential
11961202
"cancel",
11971203
]
11981204
}
1205+
buttonsProps={Object {}}
11991206
canReset={false}
1207+
canSubmit={false}
12001208
cancelLabel="Cancel"
12011209
disableSubmit={true}
12021210
formFields={
@@ -2493,9 +2501,13 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
24932501
>
24942502
<Select
24952503
SelectComponent={[Function]}
2504+
compareValues={[Function]}
24962505
disabled={true}
24972506
id="type"
2507+
invalid={false}
24982508
invalidText=""
2509+
isClearable={false}
2510+
isSearchable={false}
24992511
labelText={
25002512
<IsRequired>
25012513
Credential type
@@ -2508,7 +2520,9 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
25082520
onBlur={[Function]}
25092521
onChange={[Function]}
25102522
onFocus={[Function]}
2523+
options={Array []}
25112524
placeholder="<Choose>"
2525+
pluckSingleValue={true}
25122526
simpleValue={false}
25132527
value="foo"
25142528
>
@@ -2845,7 +2859,9 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
28452859
"cancel",
28462860
]
28472861
}
2862+
buttonsProps={Object {}}
28482863
canReset={true}
2864+
canSubmit={false}
28492865
cancelLabel="Cancel"
28502866
disableSubmit={true}
28512867
formFields={

0 commit comments

Comments
 (0)