1234567891011121314151617181920212223242526272829303132333435363738394041 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`Organization Rate Limits renders with maxRate and maxRateInterval set 1`] = `
- <TextBlock
- className="css-gx0lhm"
- >
- <div
- className="css-1ai2po6-TextBlock e1x1lar10"
- >
- <span
- key="8"
- >
- <span
- key="0"
- >
- Your account is limited to a maximum of
- </span>
- <span
- key="2"
- >
- 100
- </span>
- <span
- key="3"
- >
- events per
- </span>
- <span
- key="5"
- >
- 60
- </span>
- <span
- key="6"
- >
- seconds.
- </span>
- </span>
- </div>
- </TextBlock>
- `;
|