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.

ReleasabilityBox-test.tsx.snap 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders 1`] = `
  3. <div
  4. className="portfolio-box portfolio-releasability"
  5. >
  6. <h2
  7. className="portfolio-box-title"
  8. >
  9. metric_domain.Releasability
  10. </h2>
  11. <Link
  12. className="portfolio-box-rating"
  13. onlyActiveOnIndex={false}
  14. style={Object {}}
  15. to={
  16. Object {
  17. "pathname": "/component_measures",
  18. "query": Object {
  19. "id": "foo",
  20. "metric": "alert_status",
  21. },
  22. }
  23. }
  24. >
  25. <Rating
  26. value="3"
  27. />
  28. </Link>
  29. <RatingFreshness
  30. lastChange="{\\"date\\":\\"2017-01-02T00:00:00.000Z\\",\\"value\\":2}"
  31. rating="3"
  32. />
  33. <div
  34. className="portfolio-effort"
  35. >
  36. <Link
  37. onlyActiveOnIndex={false}
  38. style={Object {}}
  39. to={
  40. Object {
  41. "pathname": "/component_measures",
  42. "query": Object {
  43. "id": "foo",
  44. "metric": "alert_status",
  45. },
  46. }
  47. }
  48. >
  49. <span>
  50. <Measure
  51. className="little-spacer-right"
  52. metricKey="projects"
  53. metricType="SHORT_INT"
  54. value="7"
  55. />
  56. projects
  57. </span>
  58. </Link>
  59. <Level
  60. level="ERROR"
  61. small={true}
  62. />
  63. </div>
  64. </div>
  65. `;