Ignore:
Timestamp:
13 Jul 2016, 04:36:41 (8 years ago)
Author:
Henrik Bettermann
Message:

AAUE applicants are not allowed to remove payment tickets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/tests/test_browser.py

    r13999 r14027  
    5151        return
    5252
    53     def test_payment_slip_download_warning(self):
     53    def test_payment(self):
    5454        configuration = SessionConfiguration()
    5555        configuration.academic_session = session_1
     
    7070        self.assertEqual(self.browser.headers['Content-Type'],
    7171                 'application/pdf')
     72        # AAUE applicants never see the 'Remove Selected Tickets' button.
     73        self.browser.open(self.edit_path)
     74        self.assertFalse('Remove' in self.browser.contents)
    7275        return
    7376
Note: See TracChangeset for help on using the changeset viewer.