Changeset 677f2a in indico


Ignore:
Timestamp:
04/13/12 10:13:39 (14 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
3493fe
Parents:
0a0f6b
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (04/04/12 10:23:41)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (04/13/12 10:13:39)
Message:

[FIX] Adapt functional tests to interface changes

Location:
indico/tests/python/functional
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/tests/python/functional/lecture_test.py

    rbce3a4 r677f2a  
    112112        self.click(css="button") 
    113113        self.click(css="#inPlaceEditVisibility > div > div > span > div > a") 
    114         self.select(css="select", label="Nowhere") 
     114        self.select(css="#inPlaceEditVisibility select", label="Nowhere") 
    115115        self.click(css="button") 
    116116        self.click(css="#inPlaceEditType > div > div > span > div > a") 
  • indico/tests/python/functional/roombooking_test.py

    rbce3a4 r677f2a  
    8888 
    8989        self.go("/index.py") 
     90        self.click(css="li#userSettings a") 
    9091        self.click(ltext="Logout") 
    9192        self.click(ltext="Login") 
Note: See TracChangeset for help on using the changeset viewer.