@capillarytech/creatives-library 7.15.4 → 7.15.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/reducers.js +2 -0
- package/tests/integration/TemplateCreation/TemplateCreation.integration.test.js +420 -0
- package/tests/integration/TemplateCreation/api-response.js +1663 -0
- package/tests/integration/TemplateCreation/helper.js +23 -0
- package/tests/integration/TemplateCreation/mocks/initialState.js +428 -0
- package/tests/integration/TemplateCreation/msw-handler.js +48 -0
- package/v2Components/CapActionButton/index.js +1 -0
- package/v2Containers/Assets/Gallery/index.js +1 -1
- package/v2Containers/CreativesContainer/selectors.js +2 -2
- package/v2Containers/Line/Container/Text/index.js +3 -2
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +4 -0
- package/v2Containers/Line/Container/index.js +1 -1
- package/v2Containers/Rcs/index.js +3 -0
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +241 -0
- package/v2Containers/TemplatesV2/index.js +1 -1
- package/v2Containers/Viber/index.js +1 -0
|
@@ -4079,6 +4079,7 @@ new message content.",
|
|
|
4079
4079
|
className="ant-col ant-col-14 cap-column-v2"
|
|
4080
4080
|
>
|
|
4081
4081
|
<_class
|
|
4082
|
+
data-testid="template_name"
|
|
4082
4083
|
errorMessage={false}
|
|
4083
4084
|
id="rcs_template_name_input"
|
|
4084
4085
|
key=".0"
|
|
@@ -4102,6 +4103,7 @@ new message content.",
|
|
|
4102
4103
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
4103
4104
|
>
|
|
4104
4105
|
<CapInput
|
|
4106
|
+
data-testid="template_name"
|
|
4105
4107
|
errorMessage={false}
|
|
4106
4108
|
id="rcs_template_name_input"
|
|
4107
4109
|
onChange={[Function]}
|
|
@@ -4109,6 +4111,7 @@ new message content.",
|
|
|
4109
4111
|
value="final_name"
|
|
4110
4112
|
>
|
|
4111
4113
|
<Input
|
|
4114
|
+
data-testid="template_name"
|
|
4112
4115
|
id="rcs_template_name_input"
|
|
4113
4116
|
onChange={[Function]}
|
|
4114
4117
|
size="default"
|
|
@@ -4121,6 +4124,7 @@ new message content.",
|
|
|
4121
4124
|
>
|
|
4122
4125
|
<input
|
|
4123
4126
|
className="ant-input"
|
|
4127
|
+
data-testid="template_name"
|
|
4124
4128
|
id="rcs_template_name_input"
|
|
4125
4129
|
onChange={[Function]}
|
|
4126
4130
|
onKeyDown={[Function]}
|
|
@@ -4904,6 +4908,7 @@ new message content.",
|
|
|
4904
4908
|
</div>
|
|
4905
4909
|
</Rcs__RcsLabel>
|
|
4906
4910
|
<_class
|
|
4911
|
+
data-testid="template_title"
|
|
4907
4912
|
id="rcs-template-title-input"
|
|
4908
4913
|
labelPosition="top"
|
|
4909
4914
|
maxLength={200}
|
|
@@ -4932,6 +4937,7 @@ new message content.",
|
|
|
4932
4937
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
4933
4938
|
>
|
|
4934
4939
|
<CapInput
|
|
4940
|
+
data-testid="template_title"
|
|
4935
4941
|
id="rcs-template-title-input"
|
|
4936
4942
|
maxLength={200}
|
|
4937
4943
|
onChange={[Function]}
|
|
@@ -4946,6 +4952,7 @@ new message content.",
|
|
|
4946
4952
|
value="final_title"
|
|
4947
4953
|
>
|
|
4948
4954
|
<Input
|
|
4955
|
+
data-testid="template_title"
|
|
4949
4956
|
id="rcs-template-title-input"
|
|
4950
4957
|
maxLength={200}
|
|
4951
4958
|
onChange={[Function]}
|
|
@@ -4965,6 +4972,7 @@ new message content.",
|
|
|
4965
4972
|
>
|
|
4966
4973
|
<input
|
|
4967
4974
|
className="ant-input"
|
|
4975
|
+
data-testid="template_title"
|
|
4968
4976
|
id="rcs-template-title-input"
|
|
4969
4977
|
maxLength={200}
|
|
4970
4978
|
onChange={[Function]}
|
|
@@ -5157,6 +5165,7 @@ new message content.",
|
|
|
5157
5165
|
"minRows": 3,
|
|
5158
5166
|
}
|
|
5159
5167
|
}
|
|
5168
|
+
data-testid="rcs_text_area"
|
|
5160
5169
|
errorMessage={false}
|
|
5161
5170
|
id="rcs_template_message_textarea"
|
|
5162
5171
|
labelPosition="top"
|
|
@@ -5185,6 +5194,7 @@ new message content.",
|
|
|
5185
5194
|
"minRows": 3,
|
|
5186
5195
|
}
|
|
5187
5196
|
}
|
|
5197
|
+
data-testid="rcs_text_area"
|
|
5188
5198
|
errorMessage={false}
|
|
5189
5199
|
id="rcs_template_message_textarea"
|
|
5190
5200
|
maxLength={1000}
|
|
@@ -5207,6 +5217,7 @@ new message content.",
|
|
|
5207
5217
|
}
|
|
5208
5218
|
}
|
|
5209
5219
|
cols={35}
|
|
5220
|
+
data-testid="rcs_text_area"
|
|
5210
5221
|
errorMessage={false}
|
|
5211
5222
|
id="rcs_template_message_textarea"
|
|
5212
5223
|
maxLength={1000}
|
|
@@ -5225,6 +5236,7 @@ new message content.",
|
|
|
5225
5236
|
}
|
|
5226
5237
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
5227
5238
|
cols={35}
|
|
5239
|
+
data-testid="rcs_text_area"
|
|
5228
5240
|
errorMessage={false}
|
|
5229
5241
|
id="rcs_template_message_textarea"
|
|
5230
5242
|
maxLength={1000}
|
|
@@ -5241,6 +5253,7 @@ new message content.",
|
|
|
5241
5253
|
<textarea
|
|
5242
5254
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
5243
5255
|
cols={35}
|
|
5256
|
+
data-testid="rcs_text_area"
|
|
5244
5257
|
errorMessage={false}
|
|
5245
5258
|
id="rcs_template_message_textarea"
|
|
5246
5259
|
maxLength={1000}
|
|
@@ -16864,6 +16877,7 @@ new message content.",
|
|
|
16864
16877
|
className="ant-col ant-col-14 cap-column-v2"
|
|
16865
16878
|
>
|
|
16866
16879
|
<_class
|
|
16880
|
+
data-testid="template_name"
|
|
16867
16881
|
errorMessage={false}
|
|
16868
16882
|
id="rcs_template_name_input"
|
|
16869
16883
|
key=".0"
|
|
@@ -16887,6 +16901,7 @@ new message content.",
|
|
|
16887
16901
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
16888
16902
|
>
|
|
16889
16903
|
<CapInput
|
|
16904
|
+
data-testid="template_name"
|
|
16890
16905
|
errorMessage={false}
|
|
16891
16906
|
id="rcs_template_name_input"
|
|
16892
16907
|
onChange={[Function]}
|
|
@@ -16894,6 +16909,7 @@ new message content.",
|
|
|
16894
16909
|
value="final_name"
|
|
16895
16910
|
>
|
|
16896
16911
|
<Input
|
|
16912
|
+
data-testid="template_name"
|
|
16897
16913
|
id="rcs_template_name_input"
|
|
16898
16914
|
onChange={[Function]}
|
|
16899
16915
|
size="default"
|
|
@@ -16906,6 +16922,7 @@ new message content.",
|
|
|
16906
16922
|
>
|
|
16907
16923
|
<input
|
|
16908
16924
|
className="ant-input"
|
|
16925
|
+
data-testid="template_name"
|
|
16909
16926
|
id="rcs_template_name_input"
|
|
16910
16927
|
onChange={[Function]}
|
|
16911
16928
|
onKeyDown={[Function]}
|
|
@@ -17689,6 +17706,7 @@ new message content.",
|
|
|
17689
17706
|
</div>
|
|
17690
17707
|
</Rcs__RcsLabel>
|
|
17691
17708
|
<_class
|
|
17709
|
+
data-testid="template_title"
|
|
17692
17710
|
id="rcs-template-title-input"
|
|
17693
17711
|
labelPosition="top"
|
|
17694
17712
|
maxLength={200}
|
|
@@ -17717,6 +17735,7 @@ new message content.",
|
|
|
17717
17735
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
17718
17736
|
>
|
|
17719
17737
|
<CapInput
|
|
17738
|
+
data-testid="template_title"
|
|
17720
17739
|
id="rcs-template-title-input"
|
|
17721
17740
|
maxLength={200}
|
|
17722
17741
|
onChange={[Function]}
|
|
@@ -17731,6 +17750,7 @@ new message content.",
|
|
|
17731
17750
|
value="final_title"
|
|
17732
17751
|
>
|
|
17733
17752
|
<Input
|
|
17753
|
+
data-testid="template_title"
|
|
17734
17754
|
id="rcs-template-title-input"
|
|
17735
17755
|
maxLength={200}
|
|
17736
17756
|
onChange={[Function]}
|
|
@@ -17750,6 +17770,7 @@ new message content.",
|
|
|
17750
17770
|
>
|
|
17751
17771
|
<input
|
|
17752
17772
|
className="ant-input"
|
|
17773
|
+
data-testid="template_title"
|
|
17753
17774
|
id="rcs-template-title-input"
|
|
17754
17775
|
maxLength={200}
|
|
17755
17776
|
onChange={[Function]}
|
|
@@ -17942,6 +17963,7 @@ new message content.",
|
|
|
17942
17963
|
"minRows": 3,
|
|
17943
17964
|
}
|
|
17944
17965
|
}
|
|
17966
|
+
data-testid="rcs_text_area"
|
|
17945
17967
|
errorMessage={false}
|
|
17946
17968
|
id="rcs_template_message_textarea"
|
|
17947
17969
|
labelPosition="top"
|
|
@@ -17970,6 +17992,7 @@ new message content.",
|
|
|
17970
17992
|
"minRows": 3,
|
|
17971
17993
|
}
|
|
17972
17994
|
}
|
|
17995
|
+
data-testid="rcs_text_area"
|
|
17973
17996
|
errorMessage={false}
|
|
17974
17997
|
id="rcs_template_message_textarea"
|
|
17975
17998
|
maxLength={1000}
|
|
@@ -17992,6 +18015,7 @@ new message content.",
|
|
|
17992
18015
|
}
|
|
17993
18016
|
}
|
|
17994
18017
|
cols={35}
|
|
18018
|
+
data-testid="rcs_text_area"
|
|
17995
18019
|
errorMessage={false}
|
|
17996
18020
|
id="rcs_template_message_textarea"
|
|
17997
18021
|
maxLength={1000}
|
|
@@ -18010,6 +18034,7 @@ new message content.",
|
|
|
18010
18034
|
}
|
|
18011
18035
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18012
18036
|
cols={35}
|
|
18037
|
+
data-testid="rcs_text_area"
|
|
18013
18038
|
errorMessage={false}
|
|
18014
18039
|
id="rcs_template_message_textarea"
|
|
18015
18040
|
maxLength={1000}
|
|
@@ -18026,6 +18051,7 @@ new message content.",
|
|
|
18026
18051
|
<textarea
|
|
18027
18052
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18028
18053
|
cols={35}
|
|
18054
|
+
data-testid="rcs_text_area"
|
|
18029
18055
|
errorMessage={false}
|
|
18030
18056
|
id="rcs_template_message_textarea"
|
|
18031
18057
|
maxLength={1000}
|
|
@@ -28173,6 +28199,7 @@ new message content.",
|
|
|
28173
28199
|
className="ant-col ant-col-14 cap-column-v2"
|
|
28174
28200
|
>
|
|
28175
28201
|
<_class
|
|
28202
|
+
data-testid="template_name"
|
|
28176
28203
|
errorMessage={false}
|
|
28177
28204
|
id="rcs_template_name_input"
|
|
28178
28205
|
key=".0"
|
|
@@ -28196,6 +28223,7 @@ new message content.",
|
|
|
28196
28223
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
28197
28224
|
>
|
|
28198
28225
|
<CapInput
|
|
28226
|
+
data-testid="template_name"
|
|
28199
28227
|
errorMessage={false}
|
|
28200
28228
|
id="rcs_template_name_input"
|
|
28201
28229
|
onChange={[Function]}
|
|
@@ -28203,6 +28231,7 @@ new message content.",
|
|
|
28203
28231
|
value=""
|
|
28204
28232
|
>
|
|
28205
28233
|
<Input
|
|
28234
|
+
data-testid="template_name"
|
|
28206
28235
|
id="rcs_template_name_input"
|
|
28207
28236
|
onChange={[Function]}
|
|
28208
28237
|
size="default"
|
|
@@ -28215,6 +28244,7 @@ new message content.",
|
|
|
28215
28244
|
>
|
|
28216
28245
|
<input
|
|
28217
28246
|
className="ant-input"
|
|
28247
|
+
data-testid="template_name"
|
|
28218
28248
|
id="rcs_template_name_input"
|
|
28219
28249
|
onChange={[Function]}
|
|
28220
28250
|
onKeyDown={[Function]}
|
|
@@ -28998,6 +29028,7 @@ new message content.",
|
|
|
28998
29028
|
</div>
|
|
28999
29029
|
</Rcs__RcsLabel>
|
|
29000
29030
|
<_class
|
|
29031
|
+
data-testid="template_title"
|
|
29001
29032
|
id="rcs-template-title-input"
|
|
29002
29033
|
labelPosition="top"
|
|
29003
29034
|
maxLength={200}
|
|
@@ -29026,6 +29057,7 @@ new message content.",
|
|
|
29026
29057
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
29027
29058
|
>
|
|
29028
29059
|
<CapInput
|
|
29060
|
+
data-testid="template_title"
|
|
29029
29061
|
id="rcs-template-title-input"
|
|
29030
29062
|
maxLength={200}
|
|
29031
29063
|
onChange={[Function]}
|
|
@@ -29040,6 +29072,7 @@ new message content.",
|
|
|
29040
29072
|
value=""
|
|
29041
29073
|
>
|
|
29042
29074
|
<Input
|
|
29075
|
+
data-testid="template_title"
|
|
29043
29076
|
id="rcs-template-title-input"
|
|
29044
29077
|
maxLength={200}
|
|
29045
29078
|
onChange={[Function]}
|
|
@@ -29059,6 +29092,7 @@ new message content.",
|
|
|
29059
29092
|
>
|
|
29060
29093
|
<input
|
|
29061
29094
|
className="ant-input"
|
|
29095
|
+
data-testid="template_title"
|
|
29062
29096
|
id="rcs-template-title-input"
|
|
29063
29097
|
maxLength={200}
|
|
29064
29098
|
onChange={[Function]}
|
|
@@ -29251,6 +29285,7 @@ new message content.",
|
|
|
29251
29285
|
"minRows": 3,
|
|
29252
29286
|
}
|
|
29253
29287
|
}
|
|
29288
|
+
data-testid="rcs_text_area"
|
|
29254
29289
|
errorMessage={false}
|
|
29255
29290
|
id="rcs_template_message_textarea"
|
|
29256
29291
|
labelPosition="top"
|
|
@@ -29279,6 +29314,7 @@ new message content.",
|
|
|
29279
29314
|
"minRows": 3,
|
|
29280
29315
|
}
|
|
29281
29316
|
}
|
|
29317
|
+
data-testid="rcs_text_area"
|
|
29282
29318
|
errorMessage={false}
|
|
29283
29319
|
id="rcs_template_message_textarea"
|
|
29284
29320
|
maxLength={1000}
|
|
@@ -29301,6 +29337,7 @@ new message content.",
|
|
|
29301
29337
|
}
|
|
29302
29338
|
}
|
|
29303
29339
|
cols={35}
|
|
29340
|
+
data-testid="rcs_text_area"
|
|
29304
29341
|
errorMessage={false}
|
|
29305
29342
|
id="rcs_template_message_textarea"
|
|
29306
29343
|
maxLength={1000}
|
|
@@ -29319,6 +29356,7 @@ new message content.",
|
|
|
29319
29356
|
}
|
|
29320
29357
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
29321
29358
|
cols={35}
|
|
29359
|
+
data-testid="rcs_text_area"
|
|
29322
29360
|
errorMessage={false}
|
|
29323
29361
|
id="rcs_template_message_textarea"
|
|
29324
29362
|
maxLength={1000}
|
|
@@ -29335,6 +29373,7 @@ new message content.",
|
|
|
29335
29373
|
<textarea
|
|
29336
29374
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
29337
29375
|
cols={35}
|
|
29376
|
+
data-testid="rcs_text_area"
|
|
29338
29377
|
errorMessage={false}
|
|
29339
29378
|
id="rcs_template_message_textarea"
|
|
29340
29379
|
maxLength={1000}
|
|
@@ -37438,6 +37477,7 @@ new message content.",
|
|
|
37438
37477
|
className="ant-col ant-col-14 cap-column-v2"
|
|
37439
37478
|
>
|
|
37440
37479
|
<_class
|
|
37480
|
+
data-testid="template_name"
|
|
37441
37481
|
errorMessage={false}
|
|
37442
37482
|
id="rcs_template_name_input"
|
|
37443
37483
|
key=".0"
|
|
@@ -37461,6 +37501,7 @@ new message content.",
|
|
|
37461
37501
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
37462
37502
|
>
|
|
37463
37503
|
<CapInput
|
|
37504
|
+
data-testid="template_name"
|
|
37464
37505
|
errorMessage={false}
|
|
37465
37506
|
id="rcs_template_name_input"
|
|
37466
37507
|
onChange={[Function]}
|
|
@@ -37468,6 +37509,7 @@ new message content.",
|
|
|
37468
37509
|
value=""
|
|
37469
37510
|
>
|
|
37470
37511
|
<Input
|
|
37512
|
+
data-testid="template_name"
|
|
37471
37513
|
id="rcs_template_name_input"
|
|
37472
37514
|
onChange={[Function]}
|
|
37473
37515
|
size="default"
|
|
@@ -37480,6 +37522,7 @@ new message content.",
|
|
|
37480
37522
|
>
|
|
37481
37523
|
<input
|
|
37482
37524
|
className="ant-input"
|
|
37525
|
+
data-testid="template_name"
|
|
37483
37526
|
id="rcs_template_name_input"
|
|
37484
37527
|
onChange={[Function]}
|
|
37485
37528
|
onKeyDown={[Function]}
|
|
@@ -38263,6 +38306,7 @@ new message content.",
|
|
|
38263
38306
|
</div>
|
|
38264
38307
|
</Rcs__RcsLabel>
|
|
38265
38308
|
<_class
|
|
38309
|
+
data-testid="template_title"
|
|
38266
38310
|
id="rcs-template-title-input"
|
|
38267
38311
|
labelPosition="top"
|
|
38268
38312
|
maxLength={200}
|
|
@@ -38291,6 +38335,7 @@ new message content.",
|
|
|
38291
38335
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
38292
38336
|
>
|
|
38293
38337
|
<CapInput
|
|
38338
|
+
data-testid="template_title"
|
|
38294
38339
|
id="rcs-template-title-input"
|
|
38295
38340
|
maxLength={200}
|
|
38296
38341
|
onChange={[Function]}
|
|
@@ -38305,6 +38350,7 @@ new message content.",
|
|
|
38305
38350
|
value=""
|
|
38306
38351
|
>
|
|
38307
38352
|
<Input
|
|
38353
|
+
data-testid="template_title"
|
|
38308
38354
|
id="rcs-template-title-input"
|
|
38309
38355
|
maxLength={200}
|
|
38310
38356
|
onChange={[Function]}
|
|
@@ -38324,6 +38370,7 @@ new message content.",
|
|
|
38324
38370
|
>
|
|
38325
38371
|
<input
|
|
38326
38372
|
className="ant-input"
|
|
38373
|
+
data-testid="template_title"
|
|
38327
38374
|
id="rcs-template-title-input"
|
|
38328
38375
|
maxLength={200}
|
|
38329
38376
|
onChange={[Function]}
|
|
@@ -38516,6 +38563,7 @@ new message content.",
|
|
|
38516
38563
|
"minRows": 3,
|
|
38517
38564
|
}
|
|
38518
38565
|
}
|
|
38566
|
+
data-testid="rcs_text_area"
|
|
38519
38567
|
errorMessage={false}
|
|
38520
38568
|
id="rcs_template_message_textarea"
|
|
38521
38569
|
labelPosition="top"
|
|
@@ -38544,6 +38592,7 @@ new message content.",
|
|
|
38544
38592
|
"minRows": 3,
|
|
38545
38593
|
}
|
|
38546
38594
|
}
|
|
38595
|
+
data-testid="rcs_text_area"
|
|
38547
38596
|
errorMessage={false}
|
|
38548
38597
|
id="rcs_template_message_textarea"
|
|
38549
38598
|
maxLength={1000}
|
|
@@ -38566,6 +38615,7 @@ new message content.",
|
|
|
38566
38615
|
}
|
|
38567
38616
|
}
|
|
38568
38617
|
cols={35}
|
|
38618
|
+
data-testid="rcs_text_area"
|
|
38569
38619
|
errorMessage={false}
|
|
38570
38620
|
id="rcs_template_message_textarea"
|
|
38571
38621
|
maxLength={1000}
|
|
@@ -38584,6 +38634,7 @@ new message content.",
|
|
|
38584
38634
|
}
|
|
38585
38635
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
38586
38636
|
cols={35}
|
|
38637
|
+
data-testid="rcs_text_area"
|
|
38587
38638
|
errorMessage={false}
|
|
38588
38639
|
id="rcs_template_message_textarea"
|
|
38589
38640
|
maxLength={1000}
|
|
@@ -38600,6 +38651,7 @@ new message content.",
|
|
|
38600
38651
|
<textarea
|
|
38601
38652
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
38602
38653
|
cols={35}
|
|
38654
|
+
data-testid="rcs_text_area"
|
|
38603
38655
|
errorMessage={false}
|
|
38604
38656
|
id="rcs_template_message_textarea"
|
|
38605
38657
|
maxLength={1000}
|
|
@@ -46183,6 +46235,7 @@ new message content.",
|
|
|
46183
46235
|
className="ant-col ant-col-14 cap-column-v2"
|
|
46184
46236
|
>
|
|
46185
46237
|
<_class
|
|
46238
|
+
data-testid="template_name"
|
|
46186
46239
|
errorMessage={false}
|
|
46187
46240
|
id="rcs_template_name_input"
|
|
46188
46241
|
key=".0"
|
|
@@ -46206,6 +46259,7 @@ new message content.",
|
|
|
46206
46259
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
46207
46260
|
>
|
|
46208
46261
|
<CapInput
|
|
46262
|
+
data-testid="template_name"
|
|
46209
46263
|
errorMessage={false}
|
|
46210
46264
|
id="rcs_template_name_input"
|
|
46211
46265
|
onChange={[Function]}
|
|
@@ -46213,6 +46267,7 @@ new message content.",
|
|
|
46213
46267
|
value="RCS_TEST3"
|
|
46214
46268
|
>
|
|
46215
46269
|
<Input
|
|
46270
|
+
data-testid="template_name"
|
|
46216
46271
|
id="rcs_template_name_input"
|
|
46217
46272
|
onChange={[Function]}
|
|
46218
46273
|
size="default"
|
|
@@ -46225,6 +46280,7 @@ new message content.",
|
|
|
46225
46280
|
>
|
|
46226
46281
|
<input
|
|
46227
46282
|
className="ant-input"
|
|
46283
|
+
data-testid="template_name"
|
|
46228
46284
|
id="rcs_template_name_input"
|
|
46229
46285
|
onChange={[Function]}
|
|
46230
46286
|
onKeyDown={[Function]}
|
|
@@ -49497,6 +49553,7 @@ new message content.",
|
|
|
49497
49553
|
</div>
|
|
49498
49554
|
</Rcs__RcsLabel>
|
|
49499
49555
|
<_class
|
|
49556
|
+
data-testid="template_title"
|
|
49500
49557
|
id="rcs-template-title-input"
|
|
49501
49558
|
labelPosition="top"
|
|
49502
49559
|
maxLength={200}
|
|
@@ -49525,6 +49582,7 @@ new message content.",
|
|
|
49525
49582
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
49526
49583
|
>
|
|
49527
49584
|
<CapInput
|
|
49585
|
+
data-testid="template_title"
|
|
49528
49586
|
id="rcs-template-title-input"
|
|
49529
49587
|
maxLength={200}
|
|
49530
49588
|
onChange={[Function]}
|
|
@@ -49539,6 +49597,7 @@ new message content.",
|
|
|
49539
49597
|
value="Rcs title"
|
|
49540
49598
|
>
|
|
49541
49599
|
<Input
|
|
49600
|
+
data-testid="template_title"
|
|
49542
49601
|
id="rcs-template-title-input"
|
|
49543
49602
|
maxLength={200}
|
|
49544
49603
|
onChange={[Function]}
|
|
@@ -49558,6 +49617,7 @@ new message content.",
|
|
|
49558
49617
|
>
|
|
49559
49618
|
<input
|
|
49560
49619
|
className="ant-input"
|
|
49620
|
+
data-testid="template_title"
|
|
49561
49621
|
id="rcs-template-title-input"
|
|
49562
49622
|
maxLength={200}
|
|
49563
49623
|
onChange={[Function]}
|
|
@@ -49764,6 +49824,7 @@ new message content.",
|
|
|
49764
49824
|
"minRows": 3,
|
|
49765
49825
|
}
|
|
49766
49826
|
}
|
|
49827
|
+
data-testid="rcs_text_area"
|
|
49767
49828
|
errorMessage={false}
|
|
49768
49829
|
id="rcs_template_message_textarea"
|
|
49769
49830
|
labelPosition="top"
|
|
@@ -49792,6 +49853,7 @@ new message content.",
|
|
|
49792
49853
|
"minRows": 3,
|
|
49793
49854
|
}
|
|
49794
49855
|
}
|
|
49856
|
+
data-testid="rcs_text_area"
|
|
49795
49857
|
errorMessage={false}
|
|
49796
49858
|
id="rcs_template_message_textarea"
|
|
49797
49859
|
maxLength={1000}
|
|
@@ -49814,6 +49876,7 @@ new message content.",
|
|
|
49814
49876
|
}
|
|
49815
49877
|
}
|
|
49816
49878
|
cols={35}
|
|
49879
|
+
data-testid="rcs_text_area"
|
|
49817
49880
|
errorMessage={false}
|
|
49818
49881
|
id="rcs_template_message_textarea"
|
|
49819
49882
|
maxLength={1000}
|
|
@@ -49832,6 +49895,7 @@ new message content.",
|
|
|
49832
49895
|
}
|
|
49833
49896
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
49834
49897
|
cols={35}
|
|
49898
|
+
data-testid="rcs_text_area"
|
|
49835
49899
|
errorMessage={false}
|
|
49836
49900
|
id="rcs_template_message_textarea"
|
|
49837
49901
|
maxLength={1000}
|
|
@@ -49848,6 +49912,7 @@ new message content.",
|
|
|
49848
49912
|
<textarea
|
|
49849
49913
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
49850
49914
|
cols={35}
|
|
49915
|
+
data-testid="rcs_text_area"
|
|
49851
49916
|
errorMessage={false}
|
|
49852
49917
|
id="rcs_template_message_textarea"
|
|
49853
49918
|
maxLength={1000}
|
|
@@ -52356,6 +52421,7 @@ new message content.",
|
|
|
52356
52421
|
</div>
|
|
52357
52422
|
</CapHeading>
|
|
52358
52423
|
<_class
|
|
52424
|
+
data-testid="cta_btn_link"
|
|
52359
52425
|
errorMessage={false}
|
|
52360
52426
|
id="rcs-template-Button-link"
|
|
52361
52427
|
key=".3"
|
|
@@ -52380,6 +52446,7 @@ new message content.",
|
|
|
52380
52446
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
52381
52447
|
>
|
|
52382
52448
|
<CapInput
|
|
52449
|
+
data-testid="cta_btn_link"
|
|
52383
52450
|
errorMessage={false}
|
|
52384
52451
|
id="rcs-template-Button-link"
|
|
52385
52452
|
onChange={[Function]}
|
|
@@ -52388,6 +52455,7 @@ new message content.",
|
|
|
52388
52455
|
value="url"
|
|
52389
52456
|
>
|
|
52390
52457
|
<Input
|
|
52458
|
+
data-testid="cta_btn_link"
|
|
52391
52459
|
id="rcs-template-Button-link"
|
|
52392
52460
|
onChange={[Function]}
|
|
52393
52461
|
placeholder="Enter button link"
|
|
@@ -52401,6 +52469,7 @@ new message content.",
|
|
|
52401
52469
|
>
|
|
52402
52470
|
<input
|
|
52403
52471
|
className="ant-input"
|
|
52472
|
+
data-testid="cta_btn_link"
|
|
52404
52473
|
id="rcs-template-Button-link"
|
|
52405
52474
|
onChange={[Function]}
|
|
52406
52475
|
onKeyDown={[Function]}
|
|
@@ -60763,6 +60832,7 @@ new message content.",
|
|
|
60763
60832
|
className="ant-col ant-col-14 cap-column-v2"
|
|
60764
60833
|
>
|
|
60765
60834
|
<_class
|
|
60835
|
+
data-testid="template_name"
|
|
60766
60836
|
errorMessage={false}
|
|
60767
60837
|
id="rcs_template_name_input"
|
|
60768
60838
|
key=".0"
|
|
@@ -60786,6 +60856,7 @@ new message content.",
|
|
|
60786
60856
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
60787
60857
|
>
|
|
60788
60858
|
<CapInput
|
|
60859
|
+
data-testid="template_name"
|
|
60789
60860
|
errorMessage={false}
|
|
60790
60861
|
id="rcs_template_name_input"
|
|
60791
60862
|
onChange={[Function]}
|
|
@@ -60793,6 +60864,7 @@ new message content.",
|
|
|
60793
60864
|
value="RCS_TEST3"
|
|
60794
60865
|
>
|
|
60795
60866
|
<Input
|
|
60867
|
+
data-testid="template_name"
|
|
60796
60868
|
id="rcs_template_name_input"
|
|
60797
60869
|
onChange={[Function]}
|
|
60798
60870
|
size="default"
|
|
@@ -60805,6 +60877,7 @@ new message content.",
|
|
|
60805
60877
|
>
|
|
60806
60878
|
<input
|
|
60807
60879
|
className="ant-input"
|
|
60880
|
+
data-testid="template_name"
|
|
60808
60881
|
id="rcs_template_name_input"
|
|
60809
60882
|
onChange={[Function]}
|
|
60810
60883
|
onKeyDown={[Function]}
|
|
@@ -64077,6 +64150,7 @@ new message content.",
|
|
|
64077
64150
|
</div>
|
|
64078
64151
|
</Rcs__RcsLabel>
|
|
64079
64152
|
<_class
|
|
64153
|
+
data-testid="template_title"
|
|
64080
64154
|
id="rcs-template-title-input"
|
|
64081
64155
|
labelPosition="top"
|
|
64082
64156
|
maxLength={200}
|
|
@@ -64105,6 +64179,7 @@ new message content.",
|
|
|
64105
64179
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
64106
64180
|
>
|
|
64107
64181
|
<CapInput
|
|
64182
|
+
data-testid="template_title"
|
|
64108
64183
|
id="rcs-template-title-input"
|
|
64109
64184
|
maxLength={200}
|
|
64110
64185
|
onChange={[Function]}
|
|
@@ -64119,6 +64194,7 @@ new message content.",
|
|
|
64119
64194
|
value="Rcs title"
|
|
64120
64195
|
>
|
|
64121
64196
|
<Input
|
|
64197
|
+
data-testid="template_title"
|
|
64122
64198
|
id="rcs-template-title-input"
|
|
64123
64199
|
maxLength={200}
|
|
64124
64200
|
onChange={[Function]}
|
|
@@ -64138,6 +64214,7 @@ new message content.",
|
|
|
64138
64214
|
>
|
|
64139
64215
|
<input
|
|
64140
64216
|
className="ant-input"
|
|
64217
|
+
data-testid="template_title"
|
|
64141
64218
|
id="rcs-template-title-input"
|
|
64142
64219
|
maxLength={200}
|
|
64143
64220
|
onChange={[Function]}
|
|
@@ -64344,6 +64421,7 @@ new message content.",
|
|
|
64344
64421
|
"minRows": 3,
|
|
64345
64422
|
}
|
|
64346
64423
|
}
|
|
64424
|
+
data-testid="rcs_text_area"
|
|
64347
64425
|
errorMessage={false}
|
|
64348
64426
|
id="rcs_template_message_textarea"
|
|
64349
64427
|
labelPosition="top"
|
|
@@ -64372,6 +64450,7 @@ new message content.",
|
|
|
64372
64450
|
"minRows": 3,
|
|
64373
64451
|
}
|
|
64374
64452
|
}
|
|
64453
|
+
data-testid="rcs_text_area"
|
|
64375
64454
|
errorMessage={false}
|
|
64376
64455
|
id="rcs_template_message_textarea"
|
|
64377
64456
|
maxLength={1000}
|
|
@@ -64394,6 +64473,7 @@ new message content.",
|
|
|
64394
64473
|
}
|
|
64395
64474
|
}
|
|
64396
64475
|
cols={35}
|
|
64476
|
+
data-testid="rcs_text_area"
|
|
64397
64477
|
errorMessage={false}
|
|
64398
64478
|
id="rcs_template_message_textarea"
|
|
64399
64479
|
maxLength={1000}
|
|
@@ -64412,6 +64492,7 @@ new message content.",
|
|
|
64412
64492
|
}
|
|
64413
64493
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
64414
64494
|
cols={35}
|
|
64495
|
+
data-testid="rcs_text_area"
|
|
64415
64496
|
errorMessage={false}
|
|
64416
64497
|
id="rcs_template_message_textarea"
|
|
64417
64498
|
maxLength={1000}
|
|
@@ -64428,6 +64509,7 @@ new message content.",
|
|
|
64428
64509
|
<textarea
|
|
64429
64510
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
64430
64511
|
cols={35}
|
|
64512
|
+
data-testid="rcs_text_area"
|
|
64431
64513
|
errorMessage={false}
|
|
64432
64514
|
id="rcs_template_message_textarea"
|
|
64433
64515
|
maxLength={1000}
|
|
@@ -66936,6 +67018,7 @@ new message content.",
|
|
|
66936
67018
|
</div>
|
|
66937
67019
|
</CapHeading>
|
|
66938
67020
|
<_class
|
|
67021
|
+
data-testid="cta_btn_link"
|
|
66939
67022
|
errorMessage={false}
|
|
66940
67023
|
id="rcs-template-Button-link"
|
|
66941
67024
|
key=".3"
|
|
@@ -66960,6 +67043,7 @@ new message content.",
|
|
|
66960
67043
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
66961
67044
|
>
|
|
66962
67045
|
<CapInput
|
|
67046
|
+
data-testid="cta_btn_link"
|
|
66963
67047
|
errorMessage={false}
|
|
66964
67048
|
id="rcs-template-Button-link"
|
|
66965
67049
|
onChange={[Function]}
|
|
@@ -66968,6 +67052,7 @@ new message content.",
|
|
|
66968
67052
|
value="url"
|
|
66969
67053
|
>
|
|
66970
67054
|
<Input
|
|
67055
|
+
data-testid="cta_btn_link"
|
|
66971
67056
|
id="rcs-template-Button-link"
|
|
66972
67057
|
onChange={[Function]}
|
|
66973
67058
|
placeholder="Enter button link"
|
|
@@ -66981,6 +67066,7 @@ new message content.",
|
|
|
66981
67066
|
>
|
|
66982
67067
|
<input
|
|
66983
67068
|
className="ant-input"
|
|
67069
|
+
data-testid="cta_btn_link"
|
|
66984
67070
|
id="rcs-template-Button-link"
|
|
66985
67071
|
onChange={[Function]}
|
|
66986
67072
|
onKeyDown={[Function]}
|
|
@@ -75237,6 +75323,7 @@ new message content.",
|
|
|
75237
75323
|
className="ant-col ant-col-14 cap-column-v2"
|
|
75238
75324
|
>
|
|
75239
75325
|
<_class
|
|
75326
|
+
data-testid="template_name"
|
|
75240
75327
|
errorMessage={false}
|
|
75241
75328
|
id="rcs_template_name_input"
|
|
75242
75329
|
key=".0"
|
|
@@ -75260,6 +75347,7 @@ new message content.",
|
|
|
75260
75347
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
75261
75348
|
>
|
|
75262
75349
|
<CapInput
|
|
75350
|
+
data-testid="template_name"
|
|
75263
75351
|
errorMessage={false}
|
|
75264
75352
|
id="rcs_template_name_input"
|
|
75265
75353
|
onChange={[Function]}
|
|
@@ -75267,6 +75355,7 @@ new message content.",
|
|
|
75267
75355
|
value="RCS_TEST3"
|
|
75268
75356
|
>
|
|
75269
75357
|
<Input
|
|
75358
|
+
data-testid="template_name"
|
|
75270
75359
|
id="rcs_template_name_input"
|
|
75271
75360
|
onChange={[Function]}
|
|
75272
75361
|
size="default"
|
|
@@ -75279,6 +75368,7 @@ new message content.",
|
|
|
75279
75368
|
>
|
|
75280
75369
|
<input
|
|
75281
75370
|
className="ant-input"
|
|
75371
|
+
data-testid="template_name"
|
|
75282
75372
|
id="rcs_template_name_input"
|
|
75283
75373
|
onChange={[Function]}
|
|
75284
75374
|
onKeyDown={[Function]}
|
|
@@ -78551,6 +78641,7 @@ new message content.",
|
|
|
78551
78641
|
</div>
|
|
78552
78642
|
</Rcs__RcsLabel>
|
|
78553
78643
|
<_class
|
|
78644
|
+
data-testid="template_title"
|
|
78554
78645
|
id="rcs-template-title-input"
|
|
78555
78646
|
labelPosition="top"
|
|
78556
78647
|
maxLength={200}
|
|
@@ -78579,6 +78670,7 @@ new message content.",
|
|
|
78579
78670
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
78580
78671
|
>
|
|
78581
78672
|
<CapInput
|
|
78673
|
+
data-testid="template_title"
|
|
78582
78674
|
id="rcs-template-title-input"
|
|
78583
78675
|
maxLength={200}
|
|
78584
78676
|
onChange={[Function]}
|
|
@@ -78593,6 +78685,7 @@ new message content.",
|
|
|
78593
78685
|
value="Rcs title"
|
|
78594
78686
|
>
|
|
78595
78687
|
<Input
|
|
78688
|
+
data-testid="template_title"
|
|
78596
78689
|
id="rcs-template-title-input"
|
|
78597
78690
|
maxLength={200}
|
|
78598
78691
|
onChange={[Function]}
|
|
@@ -78612,6 +78705,7 @@ new message content.",
|
|
|
78612
78705
|
>
|
|
78613
78706
|
<input
|
|
78614
78707
|
className="ant-input"
|
|
78708
|
+
data-testid="template_title"
|
|
78615
78709
|
id="rcs-template-title-input"
|
|
78616
78710
|
maxLength={200}
|
|
78617
78711
|
onChange={[Function]}
|
|
@@ -78818,6 +78912,7 @@ new message content.",
|
|
|
78818
78912
|
"minRows": 3,
|
|
78819
78913
|
}
|
|
78820
78914
|
}
|
|
78915
|
+
data-testid="rcs_text_area"
|
|
78821
78916
|
errorMessage={false}
|
|
78822
78917
|
id="rcs_template_message_textarea"
|
|
78823
78918
|
labelPosition="top"
|
|
@@ -78846,6 +78941,7 @@ new message content.",
|
|
|
78846
78941
|
"minRows": 3,
|
|
78847
78942
|
}
|
|
78848
78943
|
}
|
|
78944
|
+
data-testid="rcs_text_area"
|
|
78849
78945
|
errorMessage={false}
|
|
78850
78946
|
id="rcs_template_message_textarea"
|
|
78851
78947
|
maxLength={1000}
|
|
@@ -78868,6 +78964,7 @@ new message content.",
|
|
|
78868
78964
|
}
|
|
78869
78965
|
}
|
|
78870
78966
|
cols={35}
|
|
78967
|
+
data-testid="rcs_text_area"
|
|
78871
78968
|
errorMessage={false}
|
|
78872
78969
|
id="rcs_template_message_textarea"
|
|
78873
78970
|
maxLength={1000}
|
|
@@ -78886,6 +78983,7 @@ new message content.",
|
|
|
78886
78983
|
}
|
|
78887
78984
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
78888
78985
|
cols={35}
|
|
78986
|
+
data-testid="rcs_text_area"
|
|
78889
78987
|
errorMessage={false}
|
|
78890
78988
|
id="rcs_template_message_textarea"
|
|
78891
78989
|
maxLength={1000}
|
|
@@ -78902,6 +79000,7 @@ new message content.",
|
|
|
78902
79000
|
<textarea
|
|
78903
79001
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
78904
79002
|
cols={35}
|
|
79003
|
+
data-testid="rcs_text_area"
|
|
78905
79004
|
errorMessage={false}
|
|
78906
79005
|
id="rcs_template_message_textarea"
|
|
78907
79006
|
maxLength={1000}
|
|
@@ -81410,6 +81509,7 @@ new message content.",
|
|
|
81410
81509
|
</div>
|
|
81411
81510
|
</CapHeading>
|
|
81412
81511
|
<_class
|
|
81512
|
+
data-testid="cta_btn_link"
|
|
81413
81513
|
errorMessage={false}
|
|
81414
81514
|
id="rcs-template-Button-link"
|
|
81415
81515
|
key=".3"
|
|
@@ -81434,6 +81534,7 @@ new message content.",
|
|
|
81434
81534
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
81435
81535
|
>
|
|
81436
81536
|
<CapInput
|
|
81537
|
+
data-testid="cta_btn_link"
|
|
81437
81538
|
errorMessage={false}
|
|
81438
81539
|
id="rcs-template-Button-link"
|
|
81439
81540
|
onChange={[Function]}
|
|
@@ -81442,6 +81543,7 @@ new message content.",
|
|
|
81442
81543
|
value="url"
|
|
81443
81544
|
>
|
|
81444
81545
|
<Input
|
|
81546
|
+
data-testid="cta_btn_link"
|
|
81445
81547
|
id="rcs-template-Button-link"
|
|
81446
81548
|
onChange={[Function]}
|
|
81447
81549
|
placeholder="Enter button link"
|
|
@@ -81455,6 +81557,7 @@ new message content.",
|
|
|
81455
81557
|
>
|
|
81456
81558
|
<input
|
|
81457
81559
|
className="ant-input"
|
|
81560
|
+
data-testid="cta_btn_link"
|
|
81458
81561
|
id="rcs-template-Button-link"
|
|
81459
81562
|
onChange={[Function]}
|
|
81460
81563
|
onKeyDown={[Function]}
|
|
@@ -89817,6 +89920,7 @@ new message content.",
|
|
|
89817
89920
|
className="ant-col ant-col-14 cap-column-v2"
|
|
89818
89921
|
>
|
|
89819
89922
|
<_class
|
|
89923
|
+
data-testid="template_name"
|
|
89820
89924
|
errorMessage={false}
|
|
89821
89925
|
id="rcs_template_name_input"
|
|
89822
89926
|
key=".0"
|
|
@@ -89840,6 +89944,7 @@ new message content.",
|
|
|
89840
89944
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
89841
89945
|
>
|
|
89842
89946
|
<CapInput
|
|
89947
|
+
data-testid="template_name"
|
|
89843
89948
|
errorMessage={false}
|
|
89844
89949
|
id="rcs_template_name_input"
|
|
89845
89950
|
onChange={[Function]}
|
|
@@ -89847,6 +89952,7 @@ new message content.",
|
|
|
89847
89952
|
value="RCS_TEST3"
|
|
89848
89953
|
>
|
|
89849
89954
|
<Input
|
|
89955
|
+
data-testid="template_name"
|
|
89850
89956
|
id="rcs_template_name_input"
|
|
89851
89957
|
onChange={[Function]}
|
|
89852
89958
|
size="default"
|
|
@@ -89859,6 +89965,7 @@ new message content.",
|
|
|
89859
89965
|
>
|
|
89860
89966
|
<input
|
|
89861
89967
|
className="ant-input"
|
|
89968
|
+
data-testid="template_name"
|
|
89862
89969
|
id="rcs_template_name_input"
|
|
89863
89970
|
onChange={[Function]}
|
|
89864
89971
|
onKeyDown={[Function]}
|
|
@@ -93131,6 +93238,7 @@ new message content.",
|
|
|
93131
93238
|
</div>
|
|
93132
93239
|
</Rcs__RcsLabel>
|
|
93133
93240
|
<_class
|
|
93241
|
+
data-testid="template_title"
|
|
93134
93242
|
id="rcs-template-title-input"
|
|
93135
93243
|
labelPosition="top"
|
|
93136
93244
|
maxLength={200}
|
|
@@ -93159,6 +93267,7 @@ new message content.",
|
|
|
93159
93267
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
93160
93268
|
>
|
|
93161
93269
|
<CapInput
|
|
93270
|
+
data-testid="template_title"
|
|
93162
93271
|
id="rcs-template-title-input"
|
|
93163
93272
|
maxLength={200}
|
|
93164
93273
|
onChange={[Function]}
|
|
@@ -93173,6 +93282,7 @@ new message content.",
|
|
|
93173
93282
|
value="Rcs title"
|
|
93174
93283
|
>
|
|
93175
93284
|
<Input
|
|
93285
|
+
data-testid="template_title"
|
|
93176
93286
|
id="rcs-template-title-input"
|
|
93177
93287
|
maxLength={200}
|
|
93178
93288
|
onChange={[Function]}
|
|
@@ -93192,6 +93302,7 @@ new message content.",
|
|
|
93192
93302
|
>
|
|
93193
93303
|
<input
|
|
93194
93304
|
className="ant-input"
|
|
93305
|
+
data-testid="template_title"
|
|
93195
93306
|
id="rcs-template-title-input"
|
|
93196
93307
|
maxLength={200}
|
|
93197
93308
|
onChange={[Function]}
|
|
@@ -93398,6 +93509,7 @@ new message content.",
|
|
|
93398
93509
|
"minRows": 3,
|
|
93399
93510
|
}
|
|
93400
93511
|
}
|
|
93512
|
+
data-testid="rcs_text_area"
|
|
93401
93513
|
errorMessage={false}
|
|
93402
93514
|
id="rcs_template_message_textarea"
|
|
93403
93515
|
labelPosition="top"
|
|
@@ -93426,6 +93538,7 @@ new message content.",
|
|
|
93426
93538
|
"minRows": 3,
|
|
93427
93539
|
}
|
|
93428
93540
|
}
|
|
93541
|
+
data-testid="rcs_text_area"
|
|
93429
93542
|
errorMessage={false}
|
|
93430
93543
|
id="rcs_template_message_textarea"
|
|
93431
93544
|
maxLength={1000}
|
|
@@ -93448,6 +93561,7 @@ new message content.",
|
|
|
93448
93561
|
}
|
|
93449
93562
|
}
|
|
93450
93563
|
cols={35}
|
|
93564
|
+
data-testid="rcs_text_area"
|
|
93451
93565
|
errorMessage={false}
|
|
93452
93566
|
id="rcs_template_message_textarea"
|
|
93453
93567
|
maxLength={1000}
|
|
@@ -93466,6 +93580,7 @@ new message content.",
|
|
|
93466
93580
|
}
|
|
93467
93581
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
93468
93582
|
cols={35}
|
|
93583
|
+
data-testid="rcs_text_area"
|
|
93469
93584
|
errorMessage={false}
|
|
93470
93585
|
id="rcs_template_message_textarea"
|
|
93471
93586
|
maxLength={1000}
|
|
@@ -93482,6 +93597,7 @@ new message content.",
|
|
|
93482
93597
|
<textarea
|
|
93483
93598
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
93484
93599
|
cols={35}
|
|
93600
|
+
data-testid="rcs_text_area"
|
|
93485
93601
|
errorMessage={false}
|
|
93486
93602
|
id="rcs_template_message_textarea"
|
|
93487
93603
|
maxLength={1000}
|
|
@@ -95990,6 +96106,7 @@ new message content.",
|
|
|
95990
96106
|
</div>
|
|
95991
96107
|
</CapHeading>
|
|
95992
96108
|
<_class
|
|
96109
|
+
data-testid="cta_btn_link"
|
|
95993
96110
|
errorMessage={false}
|
|
95994
96111
|
id="rcs-template-Button-link"
|
|
95995
96112
|
key=".3"
|
|
@@ -96014,6 +96131,7 @@ new message content.",
|
|
|
96014
96131
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
96015
96132
|
>
|
|
96016
96133
|
<CapInput
|
|
96134
|
+
data-testid="cta_btn_link"
|
|
96017
96135
|
errorMessage={false}
|
|
96018
96136
|
id="rcs-template-Button-link"
|
|
96019
96137
|
onChange={[Function]}
|
|
@@ -96022,6 +96140,7 @@ new message content.",
|
|
|
96022
96140
|
value="url"
|
|
96023
96141
|
>
|
|
96024
96142
|
<Input
|
|
96143
|
+
data-testid="cta_btn_link"
|
|
96025
96144
|
id="rcs-template-Button-link"
|
|
96026
96145
|
onChange={[Function]}
|
|
96027
96146
|
placeholder="Enter button link"
|
|
@@ -96035,6 +96154,7 @@ new message content.",
|
|
|
96035
96154
|
>
|
|
96036
96155
|
<input
|
|
96037
96156
|
className="ant-input"
|
|
96157
|
+
data-testid="cta_btn_link"
|
|
96038
96158
|
id="rcs-template-Button-link"
|
|
96039
96159
|
onChange={[Function]}
|
|
96040
96160
|
onKeyDown={[Function]}
|
|
@@ -104257,6 +104377,7 @@ new message content.",
|
|
|
104257
104377
|
className="ant-col ant-col-14 cap-column-v2"
|
|
104258
104378
|
>
|
|
104259
104379
|
<_class
|
|
104380
|
+
data-testid="template_name"
|
|
104260
104381
|
errorMessage={false}
|
|
104261
104382
|
id="rcs_template_name_input"
|
|
104262
104383
|
key=".0"
|
|
@@ -104280,6 +104401,7 @@ new message content.",
|
|
|
104280
104401
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
104281
104402
|
>
|
|
104282
104403
|
<CapInput
|
|
104404
|
+
data-testid="template_name"
|
|
104283
104405
|
errorMessage={false}
|
|
104284
104406
|
id="rcs_template_name_input"
|
|
104285
104407
|
onChange={[Function]}
|
|
@@ -104287,6 +104409,7 @@ new message content.",
|
|
|
104287
104409
|
value=""
|
|
104288
104410
|
>
|
|
104289
104411
|
<Input
|
|
104412
|
+
data-testid="template_name"
|
|
104290
104413
|
id="rcs_template_name_input"
|
|
104291
104414
|
onChange={[Function]}
|
|
104292
104415
|
size="default"
|
|
@@ -104299,6 +104422,7 @@ new message content.",
|
|
|
104299
104422
|
>
|
|
104300
104423
|
<input
|
|
104301
104424
|
className="ant-input"
|
|
104425
|
+
data-testid="template_name"
|
|
104302
104426
|
id="rcs_template_name_input"
|
|
104303
104427
|
onChange={[Function]}
|
|
104304
104428
|
onKeyDown={[Function]}
|
|
@@ -105082,6 +105206,7 @@ new message content.",
|
|
|
105082
105206
|
</div>
|
|
105083
105207
|
</Rcs__RcsLabel>
|
|
105084
105208
|
<_class
|
|
105209
|
+
data-testid="template_title"
|
|
105085
105210
|
id="rcs-template-title-input"
|
|
105086
105211
|
labelPosition="top"
|
|
105087
105212
|
maxLength={200}
|
|
@@ -105110,6 +105235,7 @@ new message content.",
|
|
|
105110
105235
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
105111
105236
|
>
|
|
105112
105237
|
<CapInput
|
|
105238
|
+
data-testid="template_title"
|
|
105113
105239
|
id="rcs-template-title-input"
|
|
105114
105240
|
maxLength={200}
|
|
105115
105241
|
onChange={[Function]}
|
|
@@ -105124,6 +105250,7 @@ new message content.",
|
|
|
105124
105250
|
value=""
|
|
105125
105251
|
>
|
|
105126
105252
|
<Input
|
|
105253
|
+
data-testid="template_title"
|
|
105127
105254
|
id="rcs-template-title-input"
|
|
105128
105255
|
maxLength={200}
|
|
105129
105256
|
onChange={[Function]}
|
|
@@ -105143,6 +105270,7 @@ new message content.",
|
|
|
105143
105270
|
>
|
|
105144
105271
|
<input
|
|
105145
105272
|
className="ant-input"
|
|
105273
|
+
data-testid="template_title"
|
|
105146
105274
|
id="rcs-template-title-input"
|
|
105147
105275
|
maxLength={200}
|
|
105148
105276
|
onChange={[Function]}
|
|
@@ -105335,6 +105463,7 @@ new message content.",
|
|
|
105335
105463
|
"minRows": 3,
|
|
105336
105464
|
}
|
|
105337
105465
|
}
|
|
105466
|
+
data-testid="rcs_text_area"
|
|
105338
105467
|
errorMessage={false}
|
|
105339
105468
|
id="rcs_template_message_textarea"
|
|
105340
105469
|
labelPosition="top"
|
|
@@ -105363,6 +105492,7 @@ new message content.",
|
|
|
105363
105492
|
"minRows": 3,
|
|
105364
105493
|
}
|
|
105365
105494
|
}
|
|
105495
|
+
data-testid="rcs_text_area"
|
|
105366
105496
|
errorMessage={false}
|
|
105367
105497
|
id="rcs_template_message_textarea"
|
|
105368
105498
|
maxLength={1000}
|
|
@@ -105385,6 +105515,7 @@ new message content.",
|
|
|
105385
105515
|
}
|
|
105386
105516
|
}
|
|
105387
105517
|
cols={35}
|
|
105518
|
+
data-testid="rcs_text_area"
|
|
105388
105519
|
errorMessage={false}
|
|
105389
105520
|
id="rcs_template_message_textarea"
|
|
105390
105521
|
maxLength={1000}
|
|
@@ -105403,6 +105534,7 @@ new message content.",
|
|
|
105403
105534
|
}
|
|
105404
105535
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
105405
105536
|
cols={35}
|
|
105537
|
+
data-testid="rcs_text_area"
|
|
105406
105538
|
errorMessage={false}
|
|
105407
105539
|
id="rcs_template_message_textarea"
|
|
105408
105540
|
maxLength={1000}
|
|
@@ -105419,6 +105551,7 @@ new message content.",
|
|
|
105419
105551
|
<textarea
|
|
105420
105552
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
105421
105553
|
cols={35}
|
|
105554
|
+
data-testid="rcs_text_area"
|
|
105422
105555
|
errorMessage={false}
|
|
105423
105556
|
id="rcs_template_message_textarea"
|
|
105424
105557
|
maxLength={1000}
|
|
@@ -113057,6 +113190,7 @@ new message content.",
|
|
|
113057
113190
|
className="ant-col ant-col-14 cap-column-v2"
|
|
113058
113191
|
>
|
|
113059
113192
|
<_class
|
|
113193
|
+
data-testid="template_name"
|
|
113060
113194
|
errorMessage={false}
|
|
113061
113195
|
id="rcs_template_name_input"
|
|
113062
113196
|
key=".0"
|
|
@@ -113080,6 +113214,7 @@ new message content.",
|
|
|
113080
113214
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
113081
113215
|
>
|
|
113082
113216
|
<CapInput
|
|
113217
|
+
data-testid="template_name"
|
|
113083
113218
|
errorMessage={false}
|
|
113084
113219
|
id="rcs_template_name_input"
|
|
113085
113220
|
onChange={[Function]}
|
|
@@ -113087,6 +113222,7 @@ new message content.",
|
|
|
113087
113222
|
value="RCS_TEST1"
|
|
113088
113223
|
>
|
|
113089
113224
|
<Input
|
|
113225
|
+
data-testid="template_name"
|
|
113090
113226
|
id="rcs_template_name_input"
|
|
113091
113227
|
onChange={[Function]}
|
|
113092
113228
|
size="default"
|
|
@@ -113099,6 +113235,7 @@ new message content.",
|
|
|
113099
113235
|
>
|
|
113100
113236
|
<input
|
|
113101
113237
|
className="ant-input"
|
|
113238
|
+
data-testid="template_name"
|
|
113102
113239
|
id="rcs_template_name_input"
|
|
113103
113240
|
onChange={[Function]}
|
|
113104
113241
|
onKeyDown={[Function]}
|
|
@@ -116325,6 +116462,7 @@ new message content.",
|
|
|
116325
116462
|
</div>
|
|
116326
116463
|
</Rcs__RcsLabel>
|
|
116327
116464
|
<_class
|
|
116465
|
+
data-testid="template_title"
|
|
116328
116466
|
id="rcs-template-title-input"
|
|
116329
116467
|
labelPosition="top"
|
|
116330
116468
|
maxLength={200}
|
|
@@ -116353,6 +116491,7 @@ new message content.",
|
|
|
116353
116491
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
116354
116492
|
>
|
|
116355
116493
|
<CapInput
|
|
116494
|
+
data-testid="template_title"
|
|
116356
116495
|
id="rcs-template-title-input"
|
|
116357
116496
|
maxLength={200}
|
|
116358
116497
|
onChange={[Function]}
|
|
@@ -116367,6 +116506,7 @@ new message content.",
|
|
|
116367
116506
|
value="This is RCS title"
|
|
116368
116507
|
>
|
|
116369
116508
|
<Input
|
|
116509
|
+
data-testid="template_title"
|
|
116370
116510
|
id="rcs-template-title-input"
|
|
116371
116511
|
maxLength={200}
|
|
116372
116512
|
onChange={[Function]}
|
|
@@ -116386,6 +116526,7 @@ new message content.",
|
|
|
116386
116526
|
>
|
|
116387
116527
|
<input
|
|
116388
116528
|
className="ant-input"
|
|
116529
|
+
data-testid="template_title"
|
|
116389
116530
|
id="rcs-template-title-input"
|
|
116390
116531
|
maxLength={200}
|
|
116391
116532
|
onChange={[Function]}
|
|
@@ -116592,6 +116733,7 @@ new message content.",
|
|
|
116592
116733
|
"minRows": 3,
|
|
116593
116734
|
}
|
|
116594
116735
|
}
|
|
116736
|
+
data-testid="rcs_text_area"
|
|
116595
116737
|
errorMessage={false}
|
|
116596
116738
|
id="rcs_template_message_textarea"
|
|
116597
116739
|
labelPosition="top"
|
|
@@ -116620,6 +116762,7 @@ new message content.",
|
|
|
116620
116762
|
"minRows": 3,
|
|
116621
116763
|
}
|
|
116622
116764
|
}
|
|
116765
|
+
data-testid="rcs_text_area"
|
|
116623
116766
|
errorMessage={false}
|
|
116624
116767
|
id="rcs_template_message_textarea"
|
|
116625
116768
|
maxLength={1000}
|
|
@@ -116642,6 +116785,7 @@ new message content.",
|
|
|
116642
116785
|
}
|
|
116643
116786
|
}
|
|
116644
116787
|
cols={35}
|
|
116788
|
+
data-testid="rcs_text_area"
|
|
116645
116789
|
errorMessage={false}
|
|
116646
116790
|
id="rcs_template_message_textarea"
|
|
116647
116791
|
maxLength={1000}
|
|
@@ -116660,6 +116804,7 @@ new message content.",
|
|
|
116660
116804
|
}
|
|
116661
116805
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
116662
116806
|
cols={35}
|
|
116807
|
+
data-testid="rcs_text_area"
|
|
116663
116808
|
errorMessage={false}
|
|
116664
116809
|
id="rcs_template_message_textarea"
|
|
116665
116810
|
maxLength={1000}
|
|
@@ -116676,6 +116821,7 @@ new message content.",
|
|
|
116676
116821
|
<textarea
|
|
116677
116822
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
116678
116823
|
cols={35}
|
|
116824
|
+
data-testid="rcs_text_area"
|
|
116679
116825
|
errorMessage={false}
|
|
116680
116826
|
id="rcs_template_message_textarea"
|
|
116681
116827
|
maxLength={1000}
|
|
@@ -119184,6 +119330,7 @@ new message content.",
|
|
|
119184
119330
|
</div>
|
|
119185
119331
|
</CapHeading>
|
|
119186
119332
|
<_class
|
|
119333
|
+
data-testid="cta_btn_link"
|
|
119187
119334
|
errorMessage={false}
|
|
119188
119335
|
id="rcs-template-Button-link"
|
|
119189
119336
|
key=".3"
|
|
@@ -119208,6 +119355,7 @@ new message content.",
|
|
|
119208
119355
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
119209
119356
|
>
|
|
119210
119357
|
<CapInput
|
|
119358
|
+
data-testid="cta_btn_link"
|
|
119211
119359
|
errorMessage={false}
|
|
119212
119360
|
id="rcs-template-Button-link"
|
|
119213
119361
|
onChange={[Function]}
|
|
@@ -119216,6 +119364,7 @@ new message content.",
|
|
|
119216
119364
|
value="url"
|
|
119217
119365
|
>
|
|
119218
119366
|
<Input
|
|
119367
|
+
data-testid="cta_btn_link"
|
|
119219
119368
|
id="rcs-template-Button-link"
|
|
119220
119369
|
onChange={[Function]}
|
|
119221
119370
|
placeholder="Enter button link"
|
|
@@ -119229,6 +119378,7 @@ new message content.",
|
|
|
119229
119378
|
>
|
|
119230
119379
|
<input
|
|
119231
119380
|
className="ant-input"
|
|
119381
|
+
data-testid="cta_btn_link"
|
|
119232
119382
|
id="rcs-template-Button-link"
|
|
119233
119383
|
onChange={[Function]}
|
|
119234
119384
|
onKeyDown={[Function]}
|
|
@@ -131236,6 +131386,7 @@ new message content.",
|
|
|
131236
131386
|
className="ant-col ant-col-14 cap-column-v2"
|
|
131237
131387
|
>
|
|
131238
131388
|
<_class
|
|
131389
|
+
data-testid="template_name"
|
|
131239
131390
|
errorMessage={false}
|
|
131240
131391
|
id="rcs_template_name_input"
|
|
131241
131392
|
key=".0"
|
|
@@ -131259,6 +131410,7 @@ new message content.",
|
|
|
131259
131410
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
131260
131411
|
>
|
|
131261
131412
|
<CapInput
|
|
131413
|
+
data-testid="template_name"
|
|
131262
131414
|
errorMessage={false}
|
|
131263
131415
|
id="rcs_template_name_input"
|
|
131264
131416
|
onChange={[Function]}
|
|
@@ -131266,6 +131418,7 @@ new message content.",
|
|
|
131266
131418
|
value=""
|
|
131267
131419
|
>
|
|
131268
131420
|
<Input
|
|
131421
|
+
data-testid="template_name"
|
|
131269
131422
|
id="rcs_template_name_input"
|
|
131270
131423
|
onChange={[Function]}
|
|
131271
131424
|
size="default"
|
|
@@ -131278,6 +131431,7 @@ new message content.",
|
|
|
131278
131431
|
>
|
|
131279
131432
|
<input
|
|
131280
131433
|
className="ant-input"
|
|
131434
|
+
data-testid="template_name"
|
|
131281
131435
|
id="rcs_template_name_input"
|
|
131282
131436
|
onChange={[Function]}
|
|
131283
131437
|
onKeyDown={[Function]}
|
|
@@ -132061,6 +132215,7 @@ new message content.",
|
|
|
132061
132215
|
</div>
|
|
132062
132216
|
</Rcs__RcsLabel>
|
|
132063
132217
|
<_class
|
|
132218
|
+
data-testid="template_title"
|
|
132064
132219
|
id="rcs-template-title-input"
|
|
132065
132220
|
labelPosition="top"
|
|
132066
132221
|
maxLength={200}
|
|
@@ -132089,6 +132244,7 @@ new message content.",
|
|
|
132089
132244
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
132090
132245
|
>
|
|
132091
132246
|
<CapInput
|
|
132247
|
+
data-testid="template_title"
|
|
132092
132248
|
id="rcs-template-title-input"
|
|
132093
132249
|
maxLength={200}
|
|
132094
132250
|
onChange={[Function]}
|
|
@@ -132103,6 +132259,7 @@ new message content.",
|
|
|
132103
132259
|
value=""
|
|
132104
132260
|
>
|
|
132105
132261
|
<Input
|
|
132262
|
+
data-testid="template_title"
|
|
132106
132263
|
id="rcs-template-title-input"
|
|
132107
132264
|
maxLength={200}
|
|
132108
132265
|
onChange={[Function]}
|
|
@@ -132122,6 +132279,7 @@ new message content.",
|
|
|
132122
132279
|
>
|
|
132123
132280
|
<input
|
|
132124
132281
|
className="ant-input"
|
|
132282
|
+
data-testid="template_title"
|
|
132125
132283
|
id="rcs-template-title-input"
|
|
132126
132284
|
maxLength={200}
|
|
132127
132285
|
onChange={[Function]}
|
|
@@ -132314,6 +132472,7 @@ new message content.",
|
|
|
132314
132472
|
"minRows": 3,
|
|
132315
132473
|
}
|
|
132316
132474
|
}
|
|
132475
|
+
data-testid="rcs_text_area"
|
|
132317
132476
|
errorMessage={false}
|
|
132318
132477
|
id="rcs_template_message_textarea"
|
|
132319
132478
|
labelPosition="top"
|
|
@@ -132342,6 +132501,7 @@ new message content.",
|
|
|
132342
132501
|
"minRows": 3,
|
|
132343
132502
|
}
|
|
132344
132503
|
}
|
|
132504
|
+
data-testid="rcs_text_area"
|
|
132345
132505
|
errorMessage={false}
|
|
132346
132506
|
id="rcs_template_message_textarea"
|
|
132347
132507
|
maxLength={1000}
|
|
@@ -132364,6 +132524,7 @@ new message content.",
|
|
|
132364
132524
|
}
|
|
132365
132525
|
}
|
|
132366
132526
|
cols={35}
|
|
132527
|
+
data-testid="rcs_text_area"
|
|
132367
132528
|
errorMessage={false}
|
|
132368
132529
|
id="rcs_template_message_textarea"
|
|
132369
132530
|
maxLength={1000}
|
|
@@ -132382,6 +132543,7 @@ new message content.",
|
|
|
132382
132543
|
}
|
|
132383
132544
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
132384
132545
|
cols={35}
|
|
132546
|
+
data-testid="rcs_text_area"
|
|
132385
132547
|
errorMessage={false}
|
|
132386
132548
|
id="rcs_template_message_textarea"
|
|
132387
132549
|
maxLength={1000}
|
|
@@ -132398,6 +132560,7 @@ new message content.",
|
|
|
132398
132560
|
<textarea
|
|
132399
132561
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
132400
132562
|
cols={35}
|
|
132563
|
+
data-testid="rcs_text_area"
|
|
132401
132564
|
errorMessage={false}
|
|
132402
132565
|
id="rcs_template_message_textarea"
|
|
132403
132566
|
maxLength={1000}
|
|
@@ -140523,6 +140686,7 @@ new message content.",
|
|
|
140523
140686
|
className="ant-col ant-col-14 cap-column-v2"
|
|
140524
140687
|
>
|
|
140525
140688
|
<_class
|
|
140689
|
+
data-testid="template_name"
|
|
140526
140690
|
errorMessage={false}
|
|
140527
140691
|
id="rcs_template_name_input"
|
|
140528
140692
|
key=".0"
|
|
@@ -140546,6 +140710,7 @@ new message content.",
|
|
|
140546
140710
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
140547
140711
|
>
|
|
140548
140712
|
<CapInput
|
|
140713
|
+
data-testid="template_name"
|
|
140549
140714
|
errorMessage={false}
|
|
140550
140715
|
id="rcs_template_name_input"
|
|
140551
140716
|
onChange={[Function]}
|
|
@@ -140553,6 +140718,7 @@ new message content.",
|
|
|
140553
140718
|
value=""
|
|
140554
140719
|
>
|
|
140555
140720
|
<Input
|
|
140721
|
+
data-testid="template_name"
|
|
140556
140722
|
id="rcs_template_name_input"
|
|
140557
140723
|
onChange={[Function]}
|
|
140558
140724
|
size="default"
|
|
@@ -140565,6 +140731,7 @@ new message content.",
|
|
|
140565
140731
|
>
|
|
140566
140732
|
<input
|
|
140567
140733
|
className="ant-input"
|
|
140734
|
+
data-testid="template_name"
|
|
140568
140735
|
id="rcs_template_name_input"
|
|
140569
140736
|
onChange={[Function]}
|
|
140570
140737
|
onKeyDown={[Function]}
|
|
@@ -141348,6 +141515,7 @@ new message content.",
|
|
|
141348
141515
|
</div>
|
|
141349
141516
|
</Rcs__RcsLabel>
|
|
141350
141517
|
<_class
|
|
141518
|
+
data-testid="template_title"
|
|
141351
141519
|
id="rcs-template-title-input"
|
|
141352
141520
|
labelPosition="top"
|
|
141353
141521
|
maxLength={200}
|
|
@@ -141376,6 +141544,7 @@ new message content.",
|
|
|
141376
141544
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
141377
141545
|
>
|
|
141378
141546
|
<CapInput
|
|
141547
|
+
data-testid="template_title"
|
|
141379
141548
|
id="rcs-template-title-input"
|
|
141380
141549
|
maxLength={200}
|
|
141381
141550
|
onChange={[Function]}
|
|
@@ -141390,6 +141559,7 @@ new message content.",
|
|
|
141390
141559
|
value=""
|
|
141391
141560
|
>
|
|
141392
141561
|
<Input
|
|
141562
|
+
data-testid="template_title"
|
|
141393
141563
|
id="rcs-template-title-input"
|
|
141394
141564
|
maxLength={200}
|
|
141395
141565
|
onChange={[Function]}
|
|
@@ -141409,6 +141579,7 @@ new message content.",
|
|
|
141409
141579
|
>
|
|
141410
141580
|
<input
|
|
141411
141581
|
className="ant-input"
|
|
141582
|
+
data-testid="template_title"
|
|
141412
141583
|
id="rcs-template-title-input"
|
|
141413
141584
|
maxLength={200}
|
|
141414
141585
|
onChange={[Function]}
|
|
@@ -141601,6 +141772,7 @@ new message content.",
|
|
|
141601
141772
|
"minRows": 3,
|
|
141602
141773
|
}
|
|
141603
141774
|
}
|
|
141775
|
+
data-testid="rcs_text_area"
|
|
141604
141776
|
id="rcs_template_message_textarea"
|
|
141605
141777
|
labelPosition="top"
|
|
141606
141778
|
maxLength={1000}
|
|
@@ -141627,6 +141799,7 @@ new message content.",
|
|
|
141627
141799
|
"minRows": 3,
|
|
141628
141800
|
}
|
|
141629
141801
|
}
|
|
141802
|
+
data-testid="rcs_text_area"
|
|
141630
141803
|
id="rcs_template_message_textarea"
|
|
141631
141804
|
maxLength={1000}
|
|
141632
141805
|
onChange={[Function]}
|
|
@@ -141648,6 +141821,7 @@ new message content.",
|
|
|
141648
141821
|
}
|
|
141649
141822
|
}
|
|
141650
141823
|
cols={35}
|
|
141824
|
+
data-testid="rcs_text_area"
|
|
141651
141825
|
id="rcs_template_message_textarea"
|
|
141652
141826
|
maxLength={1000}
|
|
141653
141827
|
onChange={[Function]}
|
|
@@ -141665,6 +141839,7 @@ new message content.",
|
|
|
141665
141839
|
}
|
|
141666
141840
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
141667
141841
|
cols={35}
|
|
141842
|
+
data-testid="rcs_text_area"
|
|
141668
141843
|
id="rcs_template_message_textarea"
|
|
141669
141844
|
maxLength={1000}
|
|
141670
141845
|
onChange={[Function]}
|
|
@@ -141680,6 +141855,7 @@ new message content.",
|
|
|
141680
141855
|
<textarea
|
|
141681
141856
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
141682
141857
|
cols={35}
|
|
141858
|
+
data-testid="rcs_text_area"
|
|
141683
141859
|
id="rcs_template_message_textarea"
|
|
141684
141860
|
maxLength={1000}
|
|
141685
141861
|
onChange={[Function]}
|
|
@@ -149228,6 +149404,7 @@ new message content.",
|
|
|
149228
149404
|
className="ant-col ant-col-14 cap-column-v2"
|
|
149229
149405
|
>
|
|
149230
149406
|
<_class
|
|
149407
|
+
data-testid="template_name"
|
|
149231
149408
|
errorMessage={false}
|
|
149232
149409
|
id="rcs_template_name_input"
|
|
149233
149410
|
key=".0"
|
|
@@ -149251,6 +149428,7 @@ new message content.",
|
|
|
149251
149428
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
149252
149429
|
>
|
|
149253
149430
|
<CapInput
|
|
149431
|
+
data-testid="template_name"
|
|
149254
149432
|
errorMessage={false}
|
|
149255
149433
|
id="rcs_template_name_input"
|
|
149256
149434
|
onChange={[Function]}
|
|
@@ -149258,6 +149436,7 @@ new message content.",
|
|
|
149258
149436
|
value=""
|
|
149259
149437
|
>
|
|
149260
149438
|
<Input
|
|
149439
|
+
data-testid="template_name"
|
|
149261
149440
|
id="rcs_template_name_input"
|
|
149262
149441
|
onChange={[Function]}
|
|
149263
149442
|
size="default"
|
|
@@ -149270,6 +149449,7 @@ new message content.",
|
|
|
149270
149449
|
>
|
|
149271
149450
|
<input
|
|
149272
149451
|
className="ant-input"
|
|
149452
|
+
data-testid="template_name"
|
|
149273
149453
|
id="rcs_template_name_input"
|
|
149274
149454
|
onChange={[Function]}
|
|
149275
149455
|
onKeyDown={[Function]}
|
|
@@ -150053,6 +150233,7 @@ new message content.",
|
|
|
150053
150233
|
</div>
|
|
150054
150234
|
</Rcs__RcsLabel>
|
|
150055
150235
|
<_class
|
|
150236
|
+
data-testid="template_title"
|
|
150056
150237
|
id="rcs-template-title-input"
|
|
150057
150238
|
labelPosition="top"
|
|
150058
150239
|
maxLength={200}
|
|
@@ -150081,6 +150262,7 @@ new message content.",
|
|
|
150081
150262
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
150082
150263
|
>
|
|
150083
150264
|
<CapInput
|
|
150265
|
+
data-testid="template_title"
|
|
150084
150266
|
id="rcs-template-title-input"
|
|
150085
150267
|
maxLength={200}
|
|
150086
150268
|
onChange={[Function]}
|
|
@@ -150095,6 +150277,7 @@ new message content.",
|
|
|
150095
150277
|
value=""
|
|
150096
150278
|
>
|
|
150097
150279
|
<Input
|
|
150280
|
+
data-testid="template_title"
|
|
150098
150281
|
id="rcs-template-title-input"
|
|
150099
150282
|
maxLength={200}
|
|
150100
150283
|
onChange={[Function]}
|
|
@@ -150114,6 +150297,7 @@ new message content.",
|
|
|
150114
150297
|
>
|
|
150115
150298
|
<input
|
|
150116
150299
|
className="ant-input"
|
|
150300
|
+
data-testid="template_title"
|
|
150117
150301
|
id="rcs-template-title-input"
|
|
150118
150302
|
maxLength={200}
|
|
150119
150303
|
onChange={[Function]}
|
|
@@ -150306,6 +150490,7 @@ new message content.",
|
|
|
150306
150490
|
"minRows": 3,
|
|
150307
150491
|
}
|
|
150308
150492
|
}
|
|
150493
|
+
data-testid="rcs_text_area"
|
|
150309
150494
|
errorMessage={false}
|
|
150310
150495
|
id="rcs_template_message_textarea"
|
|
150311
150496
|
labelPosition="top"
|
|
@@ -150334,6 +150519,7 @@ new message content.",
|
|
|
150334
150519
|
"minRows": 3,
|
|
150335
150520
|
}
|
|
150336
150521
|
}
|
|
150522
|
+
data-testid="rcs_text_area"
|
|
150337
150523
|
errorMessage={false}
|
|
150338
150524
|
id="rcs_template_message_textarea"
|
|
150339
150525
|
maxLength={1000}
|
|
@@ -150356,6 +150542,7 @@ new message content.",
|
|
|
150356
150542
|
}
|
|
150357
150543
|
}
|
|
150358
150544
|
cols={35}
|
|
150545
|
+
data-testid="rcs_text_area"
|
|
150359
150546
|
errorMessage={false}
|
|
150360
150547
|
id="rcs_template_message_textarea"
|
|
150361
150548
|
maxLength={1000}
|
|
@@ -150374,6 +150561,7 @@ new message content.",
|
|
|
150374
150561
|
}
|
|
150375
150562
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
150376
150563
|
cols={35}
|
|
150564
|
+
data-testid="rcs_text_area"
|
|
150377
150565
|
errorMessage={false}
|
|
150378
150566
|
id="rcs_template_message_textarea"
|
|
150379
150567
|
maxLength={1000}
|
|
@@ -150390,6 +150578,7 @@ new message content.",
|
|
|
150390
150578
|
<textarea
|
|
150391
150579
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
150392
150580
|
cols={35}
|
|
150581
|
+
data-testid="rcs_text_area"
|
|
150393
150582
|
errorMessage={false}
|
|
150394
150583
|
id="rcs_template_message_textarea"
|
|
150395
150584
|
maxLength={1000}
|
|
@@ -158216,6 +158405,7 @@ new message content.",
|
|
|
158216
158405
|
className="ant-col ant-col-14 cap-column-v2"
|
|
158217
158406
|
>
|
|
158218
158407
|
<_class
|
|
158408
|
+
data-testid="template_name"
|
|
158219
158409
|
errorMessage={false}
|
|
158220
158410
|
id="rcs_template_name_input"
|
|
158221
158411
|
key=".0"
|
|
@@ -158239,6 +158429,7 @@ new message content.",
|
|
|
158239
158429
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
158240
158430
|
>
|
|
158241
158431
|
<CapInput
|
|
158432
|
+
data-testid="template_name"
|
|
158242
158433
|
errorMessage={false}
|
|
158243
158434
|
id="rcs_template_name_input"
|
|
158244
158435
|
onChange={[Function]}
|
|
@@ -158246,6 +158437,7 @@ new message content.",
|
|
|
158246
158437
|
value="test_name"
|
|
158247
158438
|
>
|
|
158248
158439
|
<Input
|
|
158440
|
+
data-testid="template_name"
|
|
158249
158441
|
id="rcs_template_name_input"
|
|
158250
158442
|
onChange={[Function]}
|
|
158251
158443
|
size="default"
|
|
@@ -158258,6 +158450,7 @@ new message content.",
|
|
|
158258
158450
|
>
|
|
158259
158451
|
<input
|
|
158260
158452
|
className="ant-input"
|
|
158453
|
+
data-testid="template_name"
|
|
158261
158454
|
id="rcs_template_name_input"
|
|
158262
158455
|
onChange={[Function]}
|
|
158263
158456
|
onKeyDown={[Function]}
|
|
@@ -159041,6 +159234,7 @@ new message content.",
|
|
|
159041
159234
|
</div>
|
|
159042
159235
|
</Rcs__RcsLabel>
|
|
159043
159236
|
<_class
|
|
159237
|
+
data-testid="template_title"
|
|
159044
159238
|
id="rcs-template-title-input"
|
|
159045
159239
|
labelPosition="top"
|
|
159046
159240
|
maxLength={200}
|
|
@@ -159069,6 +159263,7 @@ new message content.",
|
|
|
159069
159263
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
159070
159264
|
>
|
|
159071
159265
|
<CapInput
|
|
159266
|
+
data-testid="template_title"
|
|
159072
159267
|
id="rcs-template-title-input"
|
|
159073
159268
|
maxLength={200}
|
|
159074
159269
|
onChange={[Function]}
|
|
@@ -159083,6 +159278,7 @@ new message content.",
|
|
|
159083
159278
|
value=""
|
|
159084
159279
|
>
|
|
159085
159280
|
<Input
|
|
159281
|
+
data-testid="template_title"
|
|
159086
159282
|
id="rcs-template-title-input"
|
|
159087
159283
|
maxLength={200}
|
|
159088
159284
|
onChange={[Function]}
|
|
@@ -159102,6 +159298,7 @@ new message content.",
|
|
|
159102
159298
|
>
|
|
159103
159299
|
<input
|
|
159104
159300
|
className="ant-input"
|
|
159301
|
+
data-testid="template_title"
|
|
159105
159302
|
id="rcs-template-title-input"
|
|
159106
159303
|
maxLength={200}
|
|
159107
159304
|
onChange={[Function]}
|
|
@@ -159294,6 +159491,7 @@ new message content.",
|
|
|
159294
159491
|
"minRows": 3,
|
|
159295
159492
|
}
|
|
159296
159493
|
}
|
|
159494
|
+
data-testid="rcs_text_area"
|
|
159297
159495
|
errorMessage={false}
|
|
159298
159496
|
id="rcs_template_message_textarea"
|
|
159299
159497
|
labelPosition="top"
|
|
@@ -159322,6 +159520,7 @@ new message content.",
|
|
|
159322
159520
|
"minRows": 3,
|
|
159323
159521
|
}
|
|
159324
159522
|
}
|
|
159523
|
+
data-testid="rcs_text_area"
|
|
159325
159524
|
errorMessage={false}
|
|
159326
159525
|
id="rcs_template_message_textarea"
|
|
159327
159526
|
maxLength={1000}
|
|
@@ -159344,6 +159543,7 @@ new message content.",
|
|
|
159344
159543
|
}
|
|
159345
159544
|
}
|
|
159346
159545
|
cols={35}
|
|
159546
|
+
data-testid="rcs_text_area"
|
|
159347
159547
|
errorMessage={false}
|
|
159348
159548
|
id="rcs_template_message_textarea"
|
|
159349
159549
|
maxLength={1000}
|
|
@@ -159362,6 +159562,7 @@ new message content.",
|
|
|
159362
159562
|
}
|
|
159363
159563
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
159364
159564
|
cols={35}
|
|
159565
|
+
data-testid="rcs_text_area"
|
|
159365
159566
|
errorMessage={false}
|
|
159366
159567
|
id="rcs_template_message_textarea"
|
|
159367
159568
|
maxLength={1000}
|
|
@@ -159378,6 +159579,7 @@ new message content.",
|
|
|
159378
159579
|
<textarea
|
|
159379
159580
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
159380
159581
|
cols={35}
|
|
159582
|
+
data-testid="rcs_text_area"
|
|
159381
159583
|
errorMessage={false}
|
|
159382
159584
|
id="rcs_template_message_textarea"
|
|
159383
159585
|
maxLength={1000}
|
|
@@ -167491,6 +167693,7 @@ new message content.",
|
|
|
167491
167693
|
className="ant-col ant-col-14 cap-column-v2"
|
|
167492
167694
|
>
|
|
167493
167695
|
<_class
|
|
167696
|
+
data-testid="template_name"
|
|
167494
167697
|
id="rcs_template_name_input"
|
|
167495
167698
|
key=".0"
|
|
167496
167699
|
labelPosition="top"
|
|
@@ -167512,12 +167715,14 @@ new message content.",
|
|
|
167512
167715
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
167513
167716
|
>
|
|
167514
167717
|
<CapInput
|
|
167718
|
+
data-testid="template_name"
|
|
167515
167719
|
id="rcs_template_name_input"
|
|
167516
167720
|
onChange={[Function]}
|
|
167517
167721
|
size="default"
|
|
167518
167722
|
value=""
|
|
167519
167723
|
>
|
|
167520
167724
|
<Input
|
|
167725
|
+
data-testid="template_name"
|
|
167521
167726
|
id="rcs_template_name_input"
|
|
167522
167727
|
onChange={[Function]}
|
|
167523
167728
|
size="default"
|
|
@@ -167530,6 +167735,7 @@ new message content.",
|
|
|
167530
167735
|
>
|
|
167531
167736
|
<input
|
|
167532
167737
|
className="ant-input"
|
|
167738
|
+
data-testid="template_name"
|
|
167533
167739
|
id="rcs_template_name_input"
|
|
167534
167740
|
onChange={[Function]}
|
|
167535
167741
|
onKeyDown={[Function]}
|
|
@@ -168313,6 +168519,7 @@ new message content.",
|
|
|
168313
168519
|
</div>
|
|
168314
168520
|
</Rcs__RcsLabel>
|
|
168315
168521
|
<_class
|
|
168522
|
+
data-testid="template_title"
|
|
168316
168523
|
id="rcs-template-title-input"
|
|
168317
168524
|
labelPosition="top"
|
|
168318
168525
|
maxLength={200}
|
|
@@ -168341,6 +168548,7 @@ new message content.",
|
|
|
168341
168548
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
168342
168549
|
>
|
|
168343
168550
|
<CapInput
|
|
168551
|
+
data-testid="template_title"
|
|
168344
168552
|
id="rcs-template-title-input"
|
|
168345
168553
|
maxLength={200}
|
|
168346
168554
|
onChange={[Function]}
|
|
@@ -168355,6 +168563,7 @@ new message content.",
|
|
|
168355
168563
|
value=""
|
|
168356
168564
|
>
|
|
168357
168565
|
<Input
|
|
168566
|
+
data-testid="template_title"
|
|
168358
168567
|
id="rcs-template-title-input"
|
|
168359
168568
|
maxLength={200}
|
|
168360
168569
|
onChange={[Function]}
|
|
@@ -168374,6 +168583,7 @@ new message content.",
|
|
|
168374
168583
|
>
|
|
168375
168584
|
<input
|
|
168376
168585
|
className="ant-input"
|
|
168586
|
+
data-testid="template_title"
|
|
168377
168587
|
id="rcs-template-title-input"
|
|
168378
168588
|
maxLength={200}
|
|
168379
168589
|
onChange={[Function]}
|
|
@@ -168566,6 +168776,7 @@ new message content.",
|
|
|
168566
168776
|
"minRows": 3,
|
|
168567
168777
|
}
|
|
168568
168778
|
}
|
|
168779
|
+
data-testid="rcs_text_area"
|
|
168569
168780
|
errorMessage={false}
|
|
168570
168781
|
id="rcs_template_message_textarea"
|
|
168571
168782
|
labelPosition="top"
|
|
@@ -168594,6 +168805,7 @@ new message content.",
|
|
|
168594
168805
|
"minRows": 3,
|
|
168595
168806
|
}
|
|
168596
168807
|
}
|
|
168808
|
+
data-testid="rcs_text_area"
|
|
168597
168809
|
errorMessage={false}
|
|
168598
168810
|
id="rcs_template_message_textarea"
|
|
168599
168811
|
maxLength={1000}
|
|
@@ -168616,6 +168828,7 @@ new message content.",
|
|
|
168616
168828
|
}
|
|
168617
168829
|
}
|
|
168618
168830
|
cols={35}
|
|
168831
|
+
data-testid="rcs_text_area"
|
|
168619
168832
|
errorMessage={false}
|
|
168620
168833
|
id="rcs_template_message_textarea"
|
|
168621
168834
|
maxLength={1000}
|
|
@@ -168634,6 +168847,7 @@ new message content.",
|
|
|
168634
168847
|
}
|
|
168635
168848
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
168636
168849
|
cols={35}
|
|
168850
|
+
data-testid="rcs_text_area"
|
|
168637
168851
|
errorMessage={false}
|
|
168638
168852
|
id="rcs_template_message_textarea"
|
|
168639
168853
|
maxLength={1000}
|
|
@@ -168650,6 +168864,7 @@ new message content.",
|
|
|
168650
168864
|
<textarea
|
|
168651
168865
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
168652
168866
|
cols={35}
|
|
168867
|
+
data-testid="rcs_text_area"
|
|
168653
168868
|
errorMessage={false}
|
|
168654
168869
|
id="rcs_template_message_textarea"
|
|
168655
168870
|
maxLength={1000}
|
|
@@ -176476,6 +176691,7 @@ new message content.",
|
|
|
176476
176691
|
className="ant-col ant-col-14 cap-column-v2"
|
|
176477
176692
|
>
|
|
176478
176693
|
<_class
|
|
176694
|
+
data-testid="template_name"
|
|
176479
176695
|
errorMessage={false}
|
|
176480
176696
|
id="rcs_template_name_input"
|
|
176481
176697
|
key=".0"
|
|
@@ -176499,6 +176715,7 @@ new message content.",
|
|
|
176499
176715
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
176500
176716
|
>
|
|
176501
176717
|
<CapInput
|
|
176718
|
+
data-testid="template_name"
|
|
176502
176719
|
errorMessage={false}
|
|
176503
176720
|
id="rcs_template_name_input"
|
|
176504
176721
|
onChange={[Function]}
|
|
@@ -176506,6 +176723,7 @@ new message content.",
|
|
|
176506
176723
|
value=""
|
|
176507
176724
|
>
|
|
176508
176725
|
<Input
|
|
176726
|
+
data-testid="template_name"
|
|
176509
176727
|
id="rcs_template_name_input"
|
|
176510
176728
|
onChange={[Function]}
|
|
176511
176729
|
size="default"
|
|
@@ -176518,6 +176736,7 @@ new message content.",
|
|
|
176518
176736
|
>
|
|
176519
176737
|
<input
|
|
176520
176738
|
className="ant-input"
|
|
176739
|
+
data-testid="template_name"
|
|
176521
176740
|
id="rcs_template_name_input"
|
|
176522
176741
|
onChange={[Function]}
|
|
176523
176742
|
onKeyDown={[Function]}
|
|
@@ -177301,6 +177520,7 @@ new message content.",
|
|
|
177301
177520
|
</div>
|
|
177302
177521
|
</Rcs__RcsLabel>
|
|
177303
177522
|
<_class
|
|
177523
|
+
data-testid="template_title"
|
|
177304
177524
|
id="rcs-template-title-input"
|
|
177305
177525
|
labelPosition="top"
|
|
177306
177526
|
maxLength={200}
|
|
@@ -177329,6 +177549,7 @@ new message content.",
|
|
|
177329
177549
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
177330
177550
|
>
|
|
177331
177551
|
<CapInput
|
|
177552
|
+
data-testid="template_title"
|
|
177332
177553
|
id="rcs-template-title-input"
|
|
177333
177554
|
maxLength={200}
|
|
177334
177555
|
onChange={[Function]}
|
|
@@ -177343,6 +177564,7 @@ new message content.",
|
|
|
177343
177564
|
value="test_title"
|
|
177344
177565
|
>
|
|
177345
177566
|
<Input
|
|
177567
|
+
data-testid="template_title"
|
|
177346
177568
|
id="rcs-template-title-input"
|
|
177347
177569
|
maxLength={200}
|
|
177348
177570
|
onChange={[Function]}
|
|
@@ -177362,6 +177584,7 @@ new message content.",
|
|
|
177362
177584
|
>
|
|
177363
177585
|
<input
|
|
177364
177586
|
className="ant-input"
|
|
177587
|
+
data-testid="template_title"
|
|
177365
177588
|
id="rcs-template-title-input"
|
|
177366
177589
|
maxLength={200}
|
|
177367
177590
|
onChange={[Function]}
|
|
@@ -177554,6 +177777,7 @@ new message content.",
|
|
|
177554
177777
|
"minRows": 3,
|
|
177555
177778
|
}
|
|
177556
177779
|
}
|
|
177780
|
+
data-testid="rcs_text_area"
|
|
177557
177781
|
errorMessage={false}
|
|
177558
177782
|
id="rcs_template_message_textarea"
|
|
177559
177783
|
labelPosition="top"
|
|
@@ -177582,6 +177806,7 @@ new message content.",
|
|
|
177582
177806
|
"minRows": 3,
|
|
177583
177807
|
}
|
|
177584
177808
|
}
|
|
177809
|
+
data-testid="rcs_text_area"
|
|
177585
177810
|
errorMessage={false}
|
|
177586
177811
|
id="rcs_template_message_textarea"
|
|
177587
177812
|
maxLength={1000}
|
|
@@ -177604,6 +177829,7 @@ new message content.",
|
|
|
177604
177829
|
}
|
|
177605
177830
|
}
|
|
177606
177831
|
cols={35}
|
|
177832
|
+
data-testid="rcs_text_area"
|
|
177607
177833
|
errorMessage={false}
|
|
177608
177834
|
id="rcs_template_message_textarea"
|
|
177609
177835
|
maxLength={1000}
|
|
@@ -177622,6 +177848,7 @@ new message content.",
|
|
|
177622
177848
|
}
|
|
177623
177849
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
177624
177850
|
cols={35}
|
|
177851
|
+
data-testid="rcs_text_area"
|
|
177625
177852
|
errorMessage={false}
|
|
177626
177853
|
id="rcs_template_message_textarea"
|
|
177627
177854
|
maxLength={1000}
|
|
@@ -177638,6 +177865,7 @@ new message content.",
|
|
|
177638
177865
|
<textarea
|
|
177639
177866
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
177640
177867
|
cols={35}
|
|
177868
|
+
data-testid="rcs_text_area"
|
|
177641
177869
|
errorMessage={false}
|
|
177642
177870
|
id="rcs_template_message_textarea"
|
|
177643
177871
|
maxLength={1000}
|
|
@@ -185755,6 +185983,7 @@ new message content.",
|
|
|
185755
185983
|
className="ant-col ant-col-14 cap-column-v2"
|
|
185756
185984
|
>
|
|
185757
185985
|
<_class
|
|
185986
|
+
data-testid="template_name"
|
|
185758
185987
|
errorMessage={false}
|
|
185759
185988
|
id="rcs_template_name_input"
|
|
185760
185989
|
key=".0"
|
|
@@ -185778,6 +186007,7 @@ new message content.",
|
|
|
185778
186007
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
185779
186008
|
>
|
|
185780
186009
|
<CapInput
|
|
186010
|
+
data-testid="template_name"
|
|
185781
186011
|
errorMessage={false}
|
|
185782
186012
|
id="rcs_template_name_input"
|
|
185783
186013
|
onChange={[Function]}
|
|
@@ -185785,6 +186015,7 @@ new message content.",
|
|
|
185785
186015
|
value=""
|
|
185786
186016
|
>
|
|
185787
186017
|
<Input
|
|
186018
|
+
data-testid="template_name"
|
|
185788
186019
|
id="rcs_template_name_input"
|
|
185789
186020
|
onChange={[Function]}
|
|
185790
186021
|
size="default"
|
|
@@ -185797,6 +186028,7 @@ new message content.",
|
|
|
185797
186028
|
>
|
|
185798
186029
|
<input
|
|
185799
186030
|
className="ant-input"
|
|
186031
|
+
data-testid="template_name"
|
|
185800
186032
|
id="rcs_template_name_input"
|
|
185801
186033
|
onChange={[Function]}
|
|
185802
186034
|
onKeyDown={[Function]}
|
|
@@ -186580,6 +186812,7 @@ new message content.",
|
|
|
186580
186812
|
</div>
|
|
186581
186813
|
</Rcs__RcsLabel>
|
|
186582
186814
|
<_class
|
|
186815
|
+
data-testid="template_title"
|
|
186583
186816
|
id="rcs-template-title-input"
|
|
186584
186817
|
labelPosition="top"
|
|
186585
186818
|
maxLength={200}
|
|
@@ -186608,6 +186841,7 @@ new message content.",
|
|
|
186608
186841
|
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
186609
186842
|
>
|
|
186610
186843
|
<CapInput
|
|
186844
|
+
data-testid="template_title"
|
|
186611
186845
|
id="rcs-template-title-input"
|
|
186612
186846
|
maxLength={200}
|
|
186613
186847
|
onChange={[Function]}
|
|
@@ -186622,6 +186856,7 @@ new message content.",
|
|
|
186622
186856
|
value=""
|
|
186623
186857
|
>
|
|
186624
186858
|
<Input
|
|
186859
|
+
data-testid="template_title"
|
|
186625
186860
|
id="rcs-template-title-input"
|
|
186626
186861
|
maxLength={200}
|
|
186627
186862
|
onChange={[Function]}
|
|
@@ -186641,6 +186876,7 @@ new message content.",
|
|
|
186641
186876
|
>
|
|
186642
186877
|
<input
|
|
186643
186878
|
className="ant-input"
|
|
186879
|
+
data-testid="template_title"
|
|
186644
186880
|
id="rcs-template-title-input"
|
|
186645
186881
|
maxLength={200}
|
|
186646
186882
|
onChange={[Function]}
|
|
@@ -186833,6 +187069,7 @@ new message content.",
|
|
|
186833
187069
|
"minRows": 3,
|
|
186834
187070
|
}
|
|
186835
187071
|
}
|
|
187072
|
+
data-testid="rcs_text_area"
|
|
186836
187073
|
errorMessage={false}
|
|
186837
187074
|
id="rcs_template_message_textarea"
|
|
186838
187075
|
labelPosition="top"
|
|
@@ -186861,6 +187098,7 @@ new message content.",
|
|
|
186861
187098
|
"minRows": 3,
|
|
186862
187099
|
}
|
|
186863
187100
|
}
|
|
187101
|
+
data-testid="rcs_text_area"
|
|
186864
187102
|
errorMessage={false}
|
|
186865
187103
|
id="rcs_template_message_textarea"
|
|
186866
187104
|
maxLength={1000}
|
|
@@ -186883,6 +187121,7 @@ new message content.",
|
|
|
186883
187121
|
}
|
|
186884
187122
|
}
|
|
186885
187123
|
cols={35}
|
|
187124
|
+
data-testid="rcs_text_area"
|
|
186886
187125
|
errorMessage={false}
|
|
186887
187126
|
id="rcs_template_message_textarea"
|
|
186888
187127
|
maxLength={1000}
|
|
@@ -186901,6 +187140,7 @@ new message content.",
|
|
|
186901
187140
|
}
|
|
186902
187141
|
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
186903
187142
|
cols={35}
|
|
187143
|
+
data-testid="rcs_text_area"
|
|
186904
187144
|
errorMessage={false}
|
|
186905
187145
|
id="rcs_template_message_textarea"
|
|
186906
187146
|
maxLength={1000}
|
|
@@ -186917,6 +187157,7 @@ new message content.",
|
|
|
186917
187157
|
<textarea
|
|
186918
187158
|
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
186919
187159
|
cols={35}
|
|
187160
|
+
data-testid="rcs_text_area"
|
|
186920
187161
|
errorMessage={false}
|
|
186921
187162
|
id="rcs_template_message_textarea"
|
|
186922
187163
|
maxLength={1000}
|