Ignore:
Timestamp:
24 Apr 2014, 07:10:58 (10 years ago)
Author:
Henrik Bettermann
Message:

Fix tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py

    r11600 r11601  
    507507        self.browser.open(self.slip_path)
    508508        self.assertTrue(
    509             'Please submit the application form before '
    510             'trying to download the application slip.'
     509            'Please pay and submit before trying to download the application slip.'
    511510            in self.browser.contents)
    512511        # If applicant is in correct state the pdf slip can be opened.
     
    10031002        self.browser.getLink("Download payment slip").click()
    10041003        self.assertTrue(
    1005             'Please pay and submit before trying to download payment slips.'
     1004            'Please submit the application form before trying to download payment slips.'
    10061005            in self.browser.contents)
    10071006        # ... unless form is submitted.
Note: See TracChangeset for help on using the changeset viewer.