Ignore:
Timestamp:
13 Jan 2014, 11:06:33 (11 years ago)
Author:
Henrik Bettermann
Message:

We can't test clearance payment ticket creation at the moment, since Uniben decided to deactivate clearance for ug students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py

    r10836 r10902  
    8282        self.certificate.study_mode = 'pg_ft'
    8383        self.browser.open(self.clearance_path)
    84         # ... and additional pg clearance fields appear
     84        # ... and additional pg clearance fields appears
    8585        self.assertMatches('...Second Higher Education Record...',
    8686                           self.browser.contents)
     
    245245                           self.browser.contents)
    246246        self.browser.open(self.payments_path + '/addop')
    247         self.browser.getControl(name="form.p_category").value = ['clearance']
    248         self.browser.getControl("Create ticket").click()
    249         self.assertMatches('...ticket created...',
    250                            self.browser.contents)
     247        # We can't test clearance payment ticket creation at the moment,
     248        # since Uniben decided to deactivate clearance for ug students.
     249        #self.browser.getControl(name="form.p_category").value = ['clearance']
     250        #self.browser.getControl("Create ticket").click()
     251        #self.assertMatches('...ticket created...',
     252        #                   self.browser.contents)
    251253        self.browser.open(self.payments_path + '/addop')
    252254        self.browser.getControl(name="form.p_category").value = ['schoolfee']
Note: See TracChangeset for help on using the changeset viewer.