Ignore:
Timestamp:
4 Apr 2016, 09:05:31 (8 years ago)
Author:
Henrik Bettermann
Message:

Change flash message.

File:
1 edited

Legend:

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

    r13773 r13797  
    11461146        self.browser.getControl(name="form.p_category").value = ['schoolfee']
    11471147        self.browser.getControl("Create ticket").click()
    1148         self.assertMatches('...Payment temporarily disabled...',
     1148        self.assertMatches('...This category of payments has been disabled...',
    11491149                           self.browser.contents)
    11501150        return
Note: See TracChangeset for help on using the changeset viewer.