- Timestamp:
- 20 Oct 2016, 12:48:21 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/customers/tests/test_browser.py
r14197 r14219 286 286 self.contract.tc_dict = {'en': u'<strong>Hello world</strong>'} 287 287 self.contract.title = u'Contract Title' 288 self.browser.open(self.customer_path + '/contracts/ CON1')288 self.browser.open(self.customer_path + '/contracts/11111222223333344444555556666677') 289 289 self.browser.getLink("Download contract slip").click() 290 290 self.assertEqual(self.browser.headers['Status'], '200 Ok')
Note: See TracChangeset for help on using the changeset viewer.