Changeset 11135 for main/waeup.kwarapoly/branches/henrik-diazo-themed/src
- Timestamp:
- 20 Feb 2014, 10:41:05 (11 years ago)
- Location:
- main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly
- Files:
-
- 7 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly/browser/tests.py
r9347 r11135 48 48 clearSite() 49 49 shutil.rmtree(self.dc_root) 50 51 def test_custom_theme(self):52 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')53 self.browser.open('http://localhost/app/configuration')54 self.assertMatches('...KwaraPoly Theme...', self.browser.contents)55 self.browser.getControl(name="form.skin").value = ['custom theme']56 self.browser.getControl("Save").click()57 self.browser.open('http://localhost/app/configuration')58 return
Note: See TracChangeset for help on using the changeset viewer.