Ignore:
Timestamp:
22 Dec 2015, 07:25:36 (9 years ago)
Author:
Henrik Bettermann
Message:

Allow to skip the subjects list field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/tests/test_browser.py

    r13554 r13561  
    365365        self.browser.getControl(name="form.course1").value = ['CERT1']
    366366        self.browser.getControl("Save").click()
    367         self.assertMatches('...Not exactly 4 items selected...', self.browser.contents)
     367        #self.assertMatches('...Not exactly 4 items selected...', self.browser.contents)
    368368        # Since the testbrowser does not support Javascrip we can't test the
    369369        # save action which clears jamb_subjects_list on the edit form page
Note: See TracChangeset for help on using the changeset viewer.