inbound-form-modal.test.tsx.snap 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
  2. exports[`InboundFormModal > field structure is stable for every protocol > http 1`] = `
  3. [
  4. "Enabled",
  5. "Remark",
  6. "Protocol",
  7. "Address",
  8. "Share address strategy",
  9. "Subscription sort order",
  10. "Port",
  11. "Total Flow",
  12. "Traffic Reset",
  13. "Duration",
  14. "Enabled",
  15. ]
  16. `;
  17. exports[`InboundFormModal > field structure is stable for every protocol > hysteria 1`] = `
  18. [
  19. "Enabled",
  20. "Remark",
  21. "Protocol",
  22. "Address",
  23. "Share address strategy",
  24. "Subscription sort order",
  25. "Port",
  26. "Total Flow",
  27. "Traffic Reset",
  28. "Duration",
  29. "Enabled",
  30. ]
  31. `;
  32. exports[`InboundFormModal > field structure is stable for every protocol > mixed 1`] = `
  33. [
  34. "Enabled",
  35. "Remark",
  36. "Protocol",
  37. "Address",
  38. "Share address strategy",
  39. "Subscription sort order",
  40. "Port",
  41. "Total Flow",
  42. "Traffic Reset",
  43. "Duration",
  44. "Enabled",
  45. ]
  46. `;
  47. exports[`InboundFormModal > field structure is stable for every protocol > shadowsocks 1`] = `
  48. [
  49. "Enabled",
  50. "Remark",
  51. "Protocol",
  52. "Address",
  53. "Share address strategy",
  54. "Subscription sort order",
  55. "Port",
  56. "Total Flow",
  57. "Traffic Reset",
  58. "Duration",
  59. "Enabled",
  60. ]
  61. `;
  62. exports[`InboundFormModal > field structure is stable for every protocol > trojan 1`] = `
  63. [
  64. "Enabled",
  65. "Remark",
  66. "Protocol",
  67. "Address",
  68. "Share address strategy",
  69. "Subscription sort order",
  70. "Port",
  71. "Total Flow",
  72. "Traffic Reset",
  73. "Duration",
  74. "Enabled",
  75. ]
  76. `;
  77. exports[`InboundFormModal > field structure is stable for every protocol > tun 1`] = `
  78. [
  79. "Enabled",
  80. "Remark",
  81. "Protocol",
  82. "Address",
  83. "Share address strategy",
  84. "Subscription sort order",
  85. "Port",
  86. "Total Flow",
  87. "Traffic Reset",
  88. "Duration",
  89. "Enabled",
  90. ]
  91. `;
  92. exports[`InboundFormModal > field structure is stable for every protocol > tunnel 1`] = `
  93. [
  94. "Enabled",
  95. "Remark",
  96. "Protocol",
  97. "Address",
  98. "Share address strategy",
  99. "Subscription sort order",
  100. "Port",
  101. "Total Flow",
  102. "Traffic Reset",
  103. "Duration",
  104. "Enabled",
  105. ]
  106. `;
  107. exports[`InboundFormModal > field structure is stable for every protocol > vless 1`] = `
  108. [
  109. "Enabled",
  110. "Remark",
  111. "Protocol",
  112. "Address",
  113. "Share address strategy",
  114. "Subscription sort order",
  115. "Port",
  116. "Total Flow",
  117. "Traffic Reset",
  118. "Duration",
  119. "Enabled",
  120. ]
  121. `;
  122. exports[`InboundFormModal > field structure is stable for every protocol > vmess 1`] = `
  123. [
  124. "Enabled",
  125. "Remark",
  126. "Protocol",
  127. "Address",
  128. "Share address strategy",
  129. "Subscription sort order",
  130. "Port",
  131. "Total Flow",
  132. "Traffic Reset",
  133. "Duration",
  134. "Enabled",
  135. ]
  136. `;
  137. exports[`InboundFormModal > field structure is stable for every protocol > wireguard 1`] = `
  138. [
  139. "Enabled",
  140. "Remark",
  141. "Protocol",
  142. "Address",
  143. "Share address strategy",
  144. "Subscription sort order",
  145. "Port",
  146. "Total Flow",
  147. "Traffic Reset",
  148. "Duration",
  149. "Enabled",
  150. ]
  151. `;