- Timestamp:
- 7 Jun 2016, 20:36:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/tests/test_browser.py
r13653 r13891 483 483 self.browser.getControl(name="form.p_category").value = ['schoolfee'] 484 484 self.browser.getControl("Create ticket").click() 485 self.assertMatches('... Payment temporarilydisabled...',485 self.assertMatches('...This category of payments has been disabled...', 486 486 self.browser.contents) 487 487 self.app['configuration']['2005'].payment_disabled = ['sf_non_pg'] … … 489 489 self.browser.getControl(name="form.p_category").value = ['schoolfee'] 490 490 self.browser.getControl("Create ticket").click() 491 self.assertMatches('... Payment temporarilydisabled...',491 self.assertMatches('...This category of payments has been disabled...', 492 492 self.browser.contents) 493 493 # ... but PG can pay.
Note: See TracChangeset for help on using the changeset viewer.