Ignore:
Timestamp:
6 Feb 2025, 03:58:07 (7 days ago)
Author:
Henrik Bettermann
Message:

Disable landing pages for transcript officers.

File:
1 edited

Legend:

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

    r17993 r18001  
    25992599        self.assertMatches('...You logged in...', self.browser.contents)
    26002600        # Officers do see the transcript applicants
     2601        self.browser.getLink("My ToDoList").click()
    26012602        self.assertTrue(
    26022603            '<td>Josef Abba</td>' in self.browser.contents)
     
    26452646        self.assertMatches('...You logged in...', self.browser.contents)
    26462647        # Officer is on landing page and does see the transcript link
     2648        self.browser.getLink("My ToDoList").click()
    26472649        self.assertTrue(
    26482650            'http://localhost/app/students/K1000000/studycourse/transcript'
Note: See TracChangeset for help on using the changeset viewer.