controller_subscriber.t:
- add more scroll_to_element to make sure target content is in sight
- add missing fallback elements to move_and_click()
Change-Id: Ifb68ed8e6a28cf5527333069241677d82d0fb3d7
ok($d->find_element_by_xpath('//table//tr/td[contains(text(), "language")]/../td/select/option[contains(text(), "German") and @selected="selected"]'),'"German" has been selected');
diag('Trying to enable call recording');
$d->scroll_to_element($d->find_element("NAT and Media Flow Control",'link_text'));
$d->find_element("NAT and Media Flow Control",'link_text')->click();