organizationRateLimits.spec.jsx.snap 656 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Organization Rate Limits renders with maxRate and maxRateInterval set 1`] = `
  3. <TextBlock
  4. className="css-gx0lhm"
  5. >
  6. <div
  7. className="css-1ai2po6-TextBlock e1x1lar10"
  8. >
  9. <span
  10. key="8"
  11. >
  12. <span
  13. key="0"
  14. >
  15. Your account is limited to a maximum of
  16. </span>
  17. <span
  18. key="2"
  19. >
  20. 100
  21. </span>
  22. <span
  23. key="3"
  24. >
  25. events per
  26. </span>
  27. <span
  28. key="5"
  29. >
  30. 60
  31. </span>
  32. <span
  33. key="6"
  34. >
  35. seconds.
  36. </span>
  37. </span>
  38. </div>
  39. </TextBlock>
  40. `;