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.

AlmIntegration-test.tsx.snap 651B

123456789101112131415161718192021222324252627
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <AlmIntegrationRenderer
  4. branchesEnabled={true}
  5. currentAlmTab="github"
  6. definitionStatus={Object {}}
  7. definitions={
  8. Object {
  9. "azure": Array [],
  10. "bitbucket": Array [],
  11. "bitbucketcloud": Array [],
  12. "github": Array [],
  13. "gitlab": Array [],
  14. }
  15. }
  16. loadingAlmDefinitions={true}
  17. loadingProjectCount={false}
  18. multipleAlmEnabled={false}
  19. onCancelDelete={[Function]}
  20. onCheckConfiguration={[Function]}
  21. onConfirmDelete={[Function]}
  22. onDelete={[Function]}
  23. onSelectAlmTab={[Function]}
  24. onUpdateDefinitions={[Function]}
  25. />
  26. `;