Page500.spec.js.snap 906 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Page500.vue renders correctly 1`] = `
  3. <ccontainer-stub
  4. class="d-flex align-items-center min-vh-100"
  5. tag="div"
  6. >
  7. <crow-stub
  8. class="w-100 justify-content-center"
  9. gutters="true"
  10. tag="div"
  11. >
  12. <ccol-stub
  13. md="6"
  14. tag="div"
  15. >
  16. <div
  17. class="clearfix"
  18. >
  19. <h1
  20. class="float-left display-3 mr-4"
  21. >
  22. 500
  23. </h1>
  24. <h4
  25. class="pt-3"
  26. >
  27. Houston, we have a problem!
  28. </h4>
  29. <p
  30. class="text-muted"
  31. >
  32. The page you are looking for is temporarily unavailable.
  33. </p>
  34. </div>
  35. <cinput-stub
  36. class="mb-3"
  37. lazy="400"
  38. placeholder="What are you looking for?"
  39. type="text"
  40. />
  41. </ccol-stub>
  42. </crow-stub>
  43. </ccontainer-stub>
  44. `;