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