Ignore:
Timestamp:
28 Jun 2016, 17:00:24 (8 years ago)
Author:
Henrik Bettermann
Message:

Add button.

File:
1 edited

Legend:

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

    r13996 r13997  
    7272        return
    7373
    74     def test_screening_slip_download(self):
     74    def test_screening_invitation_download(self):
    7575        self.login()
    76         self.applicant.screening_date = u'29th August 2016'
     76        self.applicant.screening_date = u'29th August 2016 / 8:30 am'
    7777        self.applicant.screening_venue = u'Main Auditorium'
    7878        self.applicant.lastname = u'Cox'
    7979        self.applicant.firstname = u'Jo'
    8080        self.applicant.email = 'xx@yy.zz'
    81         self.browser.open(self.view_path + '/screening_invitation.pdf')
     81        self.browser.open(self.view_path)
     82        self.browser.getLink("screening invitation").click()
    8283        self.assertEqual(self.browser.headers['Status'], '200 Ok')
    8384        self.assertEqual(
Note: See TracChangeset for help on using the changeset viewer.