diff --git a/t/selenium/controller_subscriber.t b/t/selenium/controller_subscriber.t index 40f9855f29..97b1ca7b35 100644 --- a/t/selenium/controller_subscriber.t +++ b/t/selenium/controller_subscriber.t @@ -180,6 +180,7 @@ sub ctr_subscriber { ok($d->find_element_by_xpath('//table//tr/td[contains(text(), "record_call")]/../td//input[@checked="checked"]'), "Call recording was enabled"); diag('Trying to add a simple call forward'); + $d->scroll_to_element($d->find_element("Call Forwards", 'link_text')); $d->find_element("Call Forwards", 'link_text')->click(); $d->move_and_click('//*[@id="preferences_table_cf"]/tbody/tr/td[contains(text(), "Unconditional")]/../td/div/a[contains(text(), "Edit")]', 'xpath'); $d->fill_element('//*[@id="destination.uri.destination"]', 'xpath', '43123456789');