Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

CreateButton-test.tsx.snap 562B

123456789101112131415161718192021222324252627282930
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should create new custom measure 1`] = `
  3. <Fragment>
  4. <Button
  5. id="custom-measures-create"
  6. onClick={[Function]}
  7. >
  8. create
  9. </Button>
  10. </Fragment>
  11. `;
  12. exports[`should create new custom measure 2`] = `
  13. <Fragment>
  14. <Button
  15. id="custom-measures-create"
  16. onClick={[Function]}
  17. >
  18. create
  19. </Button>
  20. <Form
  21. confirmButtonText="create"
  22. header="custom_measures.create_custom_measure"
  23. onClose={[Function]}
  24. onSubmit={[MockFunction]}
  25. skipMetrics={Array []}
  26. />
  27. </Fragment>
  28. `;