Lines 265-270
SKIP: {
Link Here
|
265 |
); |
265 |
); |
266 |
|
266 |
|
267 |
$s->wait_for_ajax; # There is an ajax request to populate the qr_code and the secret |
267 |
$s->wait_for_ajax; # There is an ajax request to populate the qr_code and the secret |
|
|
268 |
$driver->set_window_size(3840,1080); |
269 |
$s->wait_for_element_visible('//*[@id="registration-form"]'); |
268 |
|
270 |
|
269 |
isnt( $driver->find_element('//*[@id="qr_code"]')->get_attribute("src"), "" ); |
271 |
isnt( $driver->find_element('//*[@id="qr_code"]')->get_attribute("src"), "" ); |
270 |
my $secret32 = $driver->find_element('//*[@id="secret32"]')->get_value; |
272 |
my $secret32 = $driver->find_element('//*[@id="secret32"]')->get_value; |
271 |
- |
|
|