Ignore:
Timestamp:
30 Jan 2015, 14:02:53 (10 years ago)
Author:
Henrik Bettermann
Message:

Extend customer registration workflow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_browser.py

    r12524 r12526  
    407407        self.browser.getControl("Apply").click()
    408408        self.browser.open(self.trigtrans_path)
    409         self.browser.getControl(name="transition").value = ['approve']
     409        self.browser.getControl(name="transition").value = ['approve_provisionally']
     410        self.browser.getControl("Apply").click()
     411        self.browser.open(self.trigtrans_path)
     412        self.browser.getControl(name="transition").value = ['approve_finally']
    410413        self.browser.getControl("Apply").click()
    411414        self.browser.open(self.trigtrans_path)
Note: See TracChangeset for help on using the changeset viewer.