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

(-)a/t/db_dependent/selenium/authentication_2fa.t (-2 lines)
Lines 94-100 SKIP: { Link Here
94
        $driver->find_element('//*[@id="register-2FA"]')->click;
94
        $driver->find_element('//*[@id="register-2FA"]')->click;
95
        # Wait for the response then go to the page, don't wait for the redirect
95
        # Wait for the response then go to the page, don't wait for the redirect
96
        $s->wait_for_ajax;
96
        $s->wait_for_ajax;
97
        $driver->capture_screenshot('selenium_failure_2.png');
98
        $driver->get($s->base_url . q|members/two_factor_auth.pl|);
97
        $driver->get($s->base_url . q|members/two_factor_auth.pl|);
99
        is(
98
        is(
100
            $driver->find_element( '//div[@id="registration-status-disabled"]/div[@class="two-factor-status"]' )->get_text,
99
            $driver->find_element( '//div[@id="registration-status-disabled"]/div[@class="two-factor-status"]' )->get_text,
101
- 

Return to bug 32376