You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
104
+
105
+
106
+
`;
107
+
108
+
exports[`FEDERATION > check validates the service name > specialCharacters 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
118
+
119
+
120
+
`;
121
+
122
+
exports[`FEDERATION > check validates the service name > success 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
144
+
145
+
146
+
`;
147
+
148
+
exports[`FEDERATION > publish validates the service name > specialCharacters 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
161
+
162
+
163
+
`;
164
+
165
+
exports[`FEDERATION > publish validates the service name > success 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
348
+
349
+
350
+
`;
351
+
352
+
exports[`SINGLE > check validates the service name > specialCharacters 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
362
+
363
+
364
+
`;
365
+
366
+
exports[`SINGLE > check validates the service name > success 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
388
+
389
+
390
+
`;
391
+
392
+
exports[`SINGLE > publish validates the service name > specialCharacters 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), underscore (_), or forward slash (/).
405
+
406
+
407
+
`;
408
+
409
+
exports[`SINGLE > publish validates the service name > success 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
613
+
614
+
615
+
`;
616
+
617
+
exports[`STITCHING > check validates the service name > specialCharacters 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
627
+
628
+
629
+
`;
630
+
631
+
exports[`STITCHING > check validates the service name > success 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
653
+
654
+
655
+
`;
656
+
657
+
exports[`STITCHING > publish validates the service name > specialCharacters 1`] =`
- Invalid service name. Service name must be 64 characters or less, must start with a letter, and can only contain alphanumeric characters, dash (-), or underscore (_).
670
+
671
+
672
+
`;
673
+
674
+
exports[`STITCHING > publish validates the service name > success 1`] =`
0 commit comments