it('is rendered if there is a featured amount', () => {
    const component = shallowWithIntl(
      <AmountSelection {...defaultProps} donationFeaturedAmount={1} />
    );
    const button = component.find('Button.AmountSelection__proceed-button');