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.

AzureTab-test.tsx.snap 963B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <div
  4. className="bordered"
  5. >
  6. <AlmTab
  7. alm="azure"
  8. createConfiguration={[Function]}
  9. defaultBinding={
  10. Object {
  11. "key": "",
  12. "personalAccessToken": "",
  13. }
  14. }
  15. definitions={
  16. Array [
  17. Object {
  18. "key": "key",
  19. "personalAccessToken": "asdf1234",
  20. },
  21. ]
  22. }
  23. features={
  24. Array [
  25. Object {
  26. "active": true,
  27. "description": "settings.almintegration.feature.pr_decoration.description",
  28. "inactiveReason": "settings.almintegration.feature.need_at_least_1_binding",
  29. "name": "settings.almintegration.feature.pr_decoration.title",
  30. },
  31. ]
  32. }
  33. form={[Function]}
  34. loading={false}
  35. multipleAlmEnabled={true}
  36. onDelete={[MockFunction]}
  37. onUpdateDefinitions={[MockFunction]}
  38. updateConfiguration={[Function]}
  39. />
  40. </div>
  41. `;