Ignore:
Timestamp:
12 Oct 2015, 07:43:56 (9 years ago)
Author:
Henrik Bettermann
Message:

It's the student's previous verdict which allows to book accommodation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py

    r13296 r13309  
    967967        self.assertMatches('...Your are not eligible...',
    968968            self.browser.contents)
    969         self.student['studycourse'].current_verdict = 'A'
     969        self.student['studycourse'].previous_verdict = 'A'
    970970        self.browser.getLink("Book accommodation").click()
    971971        self.assertMatches('...Activation Code:...',
Note: See TracChangeset for help on using the changeset viewer.