Ignore:
Timestamp:
20 Feb 2014, 10:41:05 (11 years ago)
Author:
Henrik Bettermann
Message:

Diazofy package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly/browser/tests.py

    r9347 r11135  
    4848        clearSite()
    4949        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.