TheHeader.spec.js.snap 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`TheHeader.vue renders correctly 1`] = `
  3. <cheader-stub
  4. colorscheme="light"
  5. fixed="true"
  6. light=""
  7. tag="header"
  8. withsubheader="true"
  9. >
  10. <ctoggler-stub
  11. class="ml-3 d-lg-none"
  12. inheader="true"
  13. tag="button"
  14. />
  15. <ctoggler-stub
  16. class="ml-3 d-md-down-none"
  17. inheader="true"
  18. tag="button"
  19. />
  20. <cheaderbrand-stub
  21. activeclass="router-link-active"
  22. class="mx-auto d-lg-none"
  23. event="click"
  24. exactactiveclass="router-link-exact-active"
  25. routertag="a"
  26. tag="div"
  27. target="_self"
  28. to="/"
  29. >
  30. <cicon-stub
  31. alt="Logo"
  32. height="48"
  33. name="logo"
  34. />
  35. </cheaderbrand-stub>
  36. <cheadernav-stub
  37. class="d-md-down-none mr-auto"
  38. >
  39. <cheadernavitem-stub
  40. class="px-3"
  41. >
  42. <cheadernavlink-stub
  43. activeclass="router-link-active"
  44. event="click"
  45. exactactiveclass="router-link-exact-active"
  46. routertag="a"
  47. target="_self"
  48. to="/dashboard"
  49. >
  50. Dashboard
  51. </cheadernavlink-stub>
  52. </cheadernavitem-stub>
  53. <cheadernavitem-stub
  54. class="px-3"
  55. >
  56. <cheadernavlink-stub
  57. activeclass="router-link-active"
  58. event="click"
  59. exact="true"
  60. exactactiveclass="router-link-exact-active"
  61. routertag="a"
  62. target="_self"
  63. to="/users"
  64. >
  65. Users
  66. </cheadernavlink-stub>
  67. </cheadernavitem-stub>
  68. <cheadernavitem-stub
  69. class="px-3"
  70. >
  71. <cheadernavlink-stub
  72. activeclass="router-link-active"
  73. event="click"
  74. exactactiveclass="router-link-exact-active"
  75. routertag="a"
  76. target="_self"
  77. >
  78. Settings
  79. </cheadernavlink-stub>
  80. </cheadernavitem-stub>
  81. </cheadernav-stub>
  82. <cheadernav-stub
  83. class="mr-4"
  84. >
  85. <cheadernavitem-stub
  86. class="d-md-down-none mx-2"
  87. >
  88. <cheadernavlink-stub
  89. activeclass="router-link-active"
  90. event="click"
  91. exactactiveclass="router-link-exact-active"
  92. routertag="a"
  93. target="_self"
  94. >
  95. <cicon-stub
  96. name="cil-bell"
  97. />
  98. </cheadernavlink-stub>
  99. </cheadernavitem-stub>
  100. <cheadernavitem-stub
  101. class="d-md-down-none mx-2"
  102. >
  103. <cheadernavlink-stub
  104. activeclass="router-link-active"
  105. event="click"
  106. exactactiveclass="router-link-exact-active"
  107. routertag="a"
  108. target="_self"
  109. >
  110. <cicon-stub
  111. name="cil-list"
  112. />
  113. </cheadernavlink-stub>
  114. </cheadernavitem-stub>
  115. <cheadernavitem-stub
  116. class="d-md-down-none mx-2"
  117. >
  118. <cheadernavlink-stub
  119. activeclass="router-link-active"
  120. event="click"
  121. exactactiveclass="router-link-exact-active"
  122. routertag="a"
  123. target="_self"
  124. >
  125. <cicon-stub
  126. name="cil-envelope-open"
  127. />
  128. </cheadernavlink-stub>
  129. </cheadernavitem-stub>
  130. <theheaderdropdownaccnt-stub />
  131. </cheadernav-stub>
  132. <csubheader-stub
  133. class="px-3"
  134. tag="div"
  135. >
  136. <cbreadcrumbrouter-stub
  137. class="border-0 mb-0"
  138. />
  139. </csubheader-stub>
  140. </cheader-stub>
  141. `;