Changeset 13909


Ignore:
Timestamp:
10 Jun 2016, 08:35:45 (8 years ago)
Author:
Henrik Bettermann
Message:

Adjust test.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/ftesting.zcml

    r9853 r13909  
    5252      principal="zope.Anybody"
    5353      />
    54 
     54     
     55  <grant
     56      permission="waeup.Authenticated"
     57      principal="zope.Authenticated"
     58      />
    5559
    5660  <principal
  • main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_browser.py

    r13855 r13909  
    679679        self.browser.getControl(name="form.password").value = 'mrslecturersecret'
    680680        self.browser.getControl("Login").click()
    681         self.browser.getLink("My Roles").click()
    682         self.browser.getLink(
    683             "http://localhost/app/faculties/fac1/dep1/courses/COURSE1").click()
     681        self.browser.getLink("My Courses").click()
     682        self.browser.getLink("COURSE1").click()
    684683        # Course results can be batch edited via the edit_courses view.
    685684        self.app['faculties']['fac1']['dep1'].score_editing_disabled = False
Note: See TracChangeset for help on using the changeset viewer.