You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BackButton-test.tsx.snap 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should handle click 1`] = `
  3. <Tooltip
  4. overlay="issues.return_to_list"
  5. >
  6. <a
  7. className="link-no-underline"
  8. href="#"
  9. onClick={[Function]}
  10. >
  11. <svg
  12. aria-label="issues.return_to_list"
  13. height="24"
  14. viewBox="0 0 21 24"
  15. width="21"
  16. >
  17. <path
  18. d="M3.845 12.9992l5.993 5.993.052.056c.049.061.093.122.129.191.082.159.121.339.111.518-.006.102-.028.203-.064.298-.149.39-.537.652-.954.644-.102-.002-.204-.019-.301-.052-.148-.05-.273-.135-.387-.241l-8.407-8.407 8.407-8.407.056-.052c.061-.048.121-.092.19-.128.116-.06.237-.091.366-.108.076-.004.075-.004.153-.003.155.015.3.052.437.129.088.051.169.115.239.19.246.266.33.656.214.999-.051.149-.135.273-.241.387l-5.983 5.984c5.287-.044 10.577-.206 15.859.013.073.009.091.009.163.027.187.047.359.15.49.292.075.081.136.175.18.276.044.101.072.209.081.319.032.391-.175.775-.521.962-.097.052-.202.089-.311.107-.073.012-.091.01-.165.013H3.845z"
  19. fill="#656565"
  20. />
  21. </svg>
  22. </a>
  23. </Tooltip>
  24. `;
  25. exports[`should render properly 1`] = `
  26. <Tooltip
  27. overlay="issues.return_to_list"
  28. >
  29. <a
  30. className="link-no-underline"
  31. href="#"
  32. onClick={[Function]}
  33. >
  34. <svg
  35. aria-label="issues.return_to_list"
  36. height="24"
  37. viewBox="0 0 21 24"
  38. width="21"
  39. >
  40. <path
  41. d="M3.845 12.9992l5.993 5.993.052.056c.049.061.093.122.129.191.082.159.121.339.111.518-.006.102-.028.203-.064.298-.149.39-.537.652-.954.644-.102-.002-.204-.019-.301-.052-.148-.05-.273-.135-.387-.241l-8.407-8.407 8.407-8.407.056-.052c.061-.048.121-.092.19-.128.116-.06.237-.091.366-.108.076-.004.075-.004.153-.003.155.015.3.052.437.129.088.051.169.115.239.19.246.266.33.656.214.999-.051.149-.135.273-.241.387l-5.983 5.984c5.287-.044 10.577-.206 15.859.013.073.009.091.009.163.027.187.047.359.15.49.292.075.081.136.175.18.276.044.101.072.209.081.319.032.391-.175.775-.521.962-.097.052-.202.089-.311.107-.073.012-.091.01-.165.013H3.845z"
  42. fill="#656565"
  43. />
  44. </svg>
  45. </a>
  46. </Tooltip>
  47. `;