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.

AdditionalCategories-test.tsx.snap 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render additional categories component correctly 1`] = `
  3. <withRouter(Connect(Languages))
  4. component={
  5. Object {
  6. "breadcrumbs": Array [],
  7. "key": "my-project",
  8. "name": "MyProject",
  9. "organization": "foo",
  10. "qualifier": "TRK",
  11. "qualityGate": Object {
  12. "isDefault": true,
  13. "key": "30",
  14. "name": "Sonar way",
  15. },
  16. "qualityProfiles": Array [
  17. Object {
  18. "deleted": false,
  19. "key": "my-qp",
  20. "language": "ts",
  21. "name": "Sonar way",
  22. },
  23. ],
  24. "tags": Array [],
  25. }
  26. }
  27. selectedCategory="TEST"
  28. />
  29. `;
  30. exports[`should render additional categories component correctly 2`] = `<NewCodePeriod />`;
  31. exports[`should render additional categories component correctly 3`] = `
  32. <AnalysisScope
  33. component={
  34. Object {
  35. "breadcrumbs": Array [],
  36. "key": "my-project",
  37. "name": "MyProject",
  38. "organization": "foo",
  39. "qualifier": "TRK",
  40. "qualityGate": Object {
  41. "isDefault": true,
  42. "key": "30",
  43. "name": "Sonar way",
  44. },
  45. "qualityProfiles": Array [
  46. Object {
  47. "deleted": false,
  48. "key": "my-qp",
  49. "language": "ts",
  50. "name": "Sonar way",
  51. },
  52. ],
  53. "tags": Array [],
  54. }
  55. }
  56. selectedCategory="TEST"
  57. />
  58. `;
  59. exports[`should render additional categories component correctly 4`] = `
  60. <Connect(withAppState(AlmIntegration))
  61. component={
  62. Object {
  63. "breadcrumbs": Array [],
  64. "key": "my-project",
  65. "name": "MyProject",
  66. "organization": "foo",
  67. "qualifier": "TRK",
  68. "qualityGate": Object {
  69. "isDefault": true,
  70. "key": "30",
  71. "name": "Sonar way",
  72. },
  73. "qualityProfiles": Array [
  74. Object {
  75. "deleted": false,
  76. "key": "my-qp",
  77. "language": "ts",
  78. "name": "Sonar way",
  79. },
  80. ],
  81. "tags": Array [],
  82. }
  83. }
  84. selectedCategory="TEST"
  85. />
  86. `;
  87. exports[`should render additional categories component correctly 5`] = `
  88. <PRDecorationBinding
  89. component={
  90. Object {
  91. "breadcrumbs": Array [],
  92. "key": "my-project",
  93. "name": "MyProject",
  94. "organization": "foo",
  95. "qualifier": "TRK",
  96. "qualityGate": Object {
  97. "isDefault": true,
  98. "key": "30",
  99. "name": "Sonar way",
  100. },
  101. "qualityProfiles": Array [
  102. Object {
  103. "deleted": false,
  104. "key": "my-qp",
  105. "language": "ts",
  106. "name": "Sonar way",
  107. },
  108. ],
  109. "tags": Array [],
  110. }
  111. }
  112. />
  113. `;