Ignore:
Timestamp:
3 Dec 2023, 11:29:17 (10 months ago)
Author:
Henrik Bettermann
Message:

Open JAMB fields for editing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/applicants/tests/test_browser.py

    r16721 r17652  
    3636
    3737    layer = FunctionalLayer
     38
     39    def test_applicant_access(self):
     40        # Applicants can edit their record
     41        self.browser.open(self.login_path)
     42        self.login()
     43        self.assertTrue(
     44            'You logged in as an applicant.' in self.browser.contents)
     45        self.browser.open(self.edit_path)
     46        return
    3847
    3948class ApplicantExporterTest(ApplicantImportExportSetup):
Note: See TracChangeset for help on using the changeset viewer.