@ -214,7 +214,7 @@ $d->find_element("Call Blockings", 'link_text')->click();
$ d - > scroll_to_element ( $ d - > find_element ( '//*[@id="preference_groups"]//div//a[contains(text(),"Call Blockings")]' ) ) ;
diag ( "Edit setting 'NCOS'" ) ;
$ d - > move_and_click ( '//table//tr//td[contains(text(), "ncos")]/../td//a[contains(text(), "Edit")]' , 'xpath' , '// *[@id="preference_groups"]//div//a[contains(text(),"Call Blockings ")]') ;
$ d - > move_and_click ( '//table//tr//td[contains(text(), "ncos")]/../td//a[contains(text(), "Edit")]' , 'xpath' , '// table//tr//td[contains(text(), "adm_cf_ncos")]/../td//a[contains(text(), "Edit ")]') ;
ok ( $ d - > find_element_by_xpath ( '//*[@id="mod_edit"]/div/h3[contains(text(), "Edit Preference")]' ) , "Edit Window has been opened" ) ;
ok ( $ d - > find_element_by_xpath ( '//*[@id="ncos"]/option[contains(text(), "' . $ ncosname . '")]' ) , "Element was found" ) ;
$ d - > find_element ( '//*[@id="ncos"]/option[contains(text(), "' . $ ncosname . '")]' ) - > click ( ) ;