View | Details | Raw Unified | Return to bug 25811
Collapse All | Expand All

(-)a/t/db_dependent/selenium/authentication.t (-1 / +1 lines)
Lines 96-101 SKIP: { Link Here
96
96
97
        $driver->find_element('//a[@id="user-menu"]')->click;
97
        $driver->find_element('//a[@id="user-menu"]')->click;
98
        $driver->find_element('//a[@id="logout"]')->click;
98
        $driver->find_element('//a[@id="logout"]')->click;
99
        $driver->get($mainpage); # This should not be needed but we the next find_element fails randomly
99
        $driver->find_element('//div[@id="login"]'); # logged out
100
        $driver->find_element('//div[@id="login"]'); # logged out
100
101
101
        # Using the form on the right
102
        # Using the form on the right
102
- 

Return to bug 25811