Skip to content

Commit 4a17e79

Browse files
committed
update snapshots
1 parent 2b5f01a commit 4a17e79

File tree

39 files changed

+88
-1038
lines changed

39 files changed

+88
-1038
lines changed

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

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8568,12 +8568,8 @@ exports[`Action Form Component should render adding a new action 1`] = `
85688568
>
85698569
<Select
85708570
SelectComponent={[Function]}
8571-
compareValues={[Function]}
85728571
id="action_type"
8573-
invalid={false}
85748572
invalidText=""
8575-
isClearable={false}
8576-
isSearchable={false}
85778573
labelText={
85788574
<IsRequired>
85798575
Action Type
@@ -8586,9 +8582,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
85868582
onBlur={[Function]}
85878583
onChange={[Function]}
85888584
onFocus={[Function]}
8589-
options={Array []}
85908585
placeholder="<Choose>"
8591-
pluckSingleValue={true}
85928586
simpleValue={false}
85938587
value=""
85948588
>
@@ -8604,14 +8598,15 @@ exports[`Action Form Component should render adding a new action 1`] = `
86048598
Action Type
86058599
</IsRequired>
86068600
}
8601+
loadingMessage="Loading..."
86078602
name="action_type"
86088603
noOptionsMessage={[Function]}
86098604
onBlur={[Function]}
86108605
onChange={[Function]}
86118606
onFocus={[Function]}
86128607
onInputChange={[Function]}
86138608
options={Array []}
8614-
placeholder="Loading..."
8609+
placeholder="<Choose>"
86158610
value=""
86168611
>
86178612
<Select
@@ -8627,6 +8622,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
86278622
</IsRequired>
86288623
}
86298624
light={false}
8625+
loadingMessage="Loading..."
86308626
name="action_type"
86318627
onBlur={[Function]}
86328628
onChange={[Function]}
@@ -8660,6 +8656,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
86608656
<select
86618657
className="bx--select-input"
86628658
id="action_type"
8659+
loadingMessage="Loading..."
86638660
name="action_type"
86648661
onBlur={[Function]}
86658662
onChange={[Function]}
@@ -8669,7 +8666,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
86698666
<SelectItem
86708667
disabled={false}
86718668
hidden={false}
8672-
text="Loading..."
8669+
text="<Choose>"
86738670
value=""
86748671
>
86758672
<option
@@ -8678,7 +8675,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
86788675
hidden={false}
86798676
value=""
86808677
>
8681-
Loading...
8678+
&lt;Choose&gt;
86828679
</option>
86838680
</SelectItem>
86848681
</select>
@@ -13783,9 +13780,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
1378313780
"cancel",
1378413781
]
1378513782
}
13786-
buttonsProps={Object {}}
1378713783
canReset={false}
13788-
canSubmit={false}
1378913784
cancelLabel="Cancel"
1379013785
disableSubmit={true}
1379113786
formFields={

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,8 @@ exports[`Add/remove security groups form component should remove security group
573573
>
574574
<Select
575575
SelectComponent={[Function]}
576-
compareValues={[Function]}
577576
id="security_group"
578-
invalid={false}
579577
invalidText=""
580-
isClearable={false}
581-
isSearchable={false}
582578
labelText="Security Group"
583579
loadOptionsChangeCounter={1}
584580
loadingMessage="Loading..."
@@ -599,7 +595,6 @@ exports[`Add/remove security groups form component should remove security group
599595
]
600596
}
601597
placeholder="<Choose>"
602-
pluckSingleValue={true}
603598
simpleValue={false}
604599
value=""
605600
>
@@ -798,9 +793,7 @@ exports[`Add/remove security groups form component should remove security group
798793
"cancel",
799794
]
800795
}
801-
buttonsProps={Object {}}
802796
canReset={false}
803-
canSubmit={false}
804797
cancelLabel="Cancel"
805798
disableSubmit={true}
806799
formFields={

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -945,13 +945,9 @@ exports[`Ansible Credential Form Component should render adding a new credential
945945
>
946946
<Select
947947
SelectComponent={[Function]}
948-
compareValues={[Function]}
949948
disabled={false}
950949
id="type"
951-
invalid={false}
952950
invalidText=""
953-
isClearable={false}
954-
isSearchable={false}
955951
labelText={
956952
<IsRequired>
957953
Credential type
@@ -964,9 +960,7 @@ exports[`Ansible Credential Form Component should render adding a new credential
964960
onBlur={[Function]}
965961
onChange={[Function]}
966962
onFocus={[Function]}
967-
options={Array []}
968963
placeholder="<Choose>"
969-
pluckSingleValue={true}
970964
simpleValue={false}
971965
value=""
972966
>
@@ -1200,9 +1194,7 @@ exports[`Ansible Credential Form Component should render adding a new credential
12001194
"cancel",
12011195
]
12021196
}
1203-
buttonsProps={Object {}}
12041197
canReset={false}
1205-
canSubmit={false}
12061198
cancelLabel="Cancel"
12071199
disableSubmit={true}
12081200
formFields={
@@ -2497,13 +2489,9 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
24972489
>
24982490
<Select
24992491
SelectComponent={[Function]}
2500-
compareValues={[Function]}
25012492
disabled={true}
25022493
id="type"
2503-
invalid={false}
25042494
invalidText=""
2505-
isClearable={false}
2506-
isSearchable={false}
25072495
labelText={
25082496
<IsRequired>
25092497
Credential type
@@ -2516,9 +2504,7 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
25162504
onBlur={[Function]}
25172505
onChange={[Function]}
25182506
onFocus={[Function]}
2519-
options={Array []}
25202507
placeholder="<Choose>"
2521-
pluckSingleValue={true}
25222508
simpleValue={false}
25232509
value="foo"
25242510
>
@@ -2855,9 +2841,7 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
28552841
"cancel",
28562842
]
28572843
}
2858-
buttonsProps={Object {}}
28592844
canReset={true}
2860-
canSubmit={false}
28612845
cancelLabel="Cancel"
28622846
disableSubmit={true}
28632847
formFields={

0 commit comments

Comments
 (0)