Ignore:
Timestamp:
25 Mar 2021, 11:24:25 (3 years ago)
Author:
Henrik Bettermann
Message:

Customize payment options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/tests.py

    r16292 r16434  
    6060        self.browser.open(self.payments_path + '/addop')
    6161        self.browser.getControl(name="form.p_category").value = ['registration']
     62        self.browser.getControl(name="form.p_option").value = ['first']
    6263        self.browser.getControl("Create payment").click()
    6364        self.assertTrue('Payment created' in self.browser.contents)
     
    8283        # WAeAC charge have been substracted
    8384        self.assertTrue(
    84             'item_name="Registration Fee" item_amt="200000" bank_id="117" acct_num="1011050158"' in
     85            'item_name="Registration Fee" item_amt="200000" bank_id="8" acct_num="2021420049"' in
    8586            self.browser.contents)
    8687        self.assertTrue(
Note: See TracChangeset for help on using the changeset viewer.