TT#56376 selenium: re-add old workaround on edit call list supression

conroller_other.t:
- re-add old line that got removed with previous commit

Change-Id: I36ecd5a967099db8f1a0af94b138944b90323d7a
changes/68/33368/2
Nico Schedel 6 years ago
parent 9242d9286d
commit f912a0975d

@ -60,6 +60,7 @@ ok($d->find_element_by_xpath('//*[@id="call_list_suppression_table"]//tr[1]/td[c
diag('Edit Call list suppression');
$d->move_and_click('//*[@id="call_list_suppression_table"]//tr[1]//td//a[contains(text(), "Edit")]', 'xpath', '//*[@id="call_list_suppression_table_filter"]//input');
ok($d->find_element_by_xpath('//*[@id="mod_edit"]/div/h3[contains(text(), "Edit Call List Suppression")]'), "Edit Window has been opened");
$d->find_element('//*[@id="mod_edit"]/div/h3[contains(text(), "Edit Call List Suppression")]')->click();
$d->refresh();
ok($d->find_element_by_xpath('//*[@id="mod_edit"]/div/h3[contains(text(), "Edit Call List Suppression")]'), "Edit Window has been opened");
$d->fill_element('//*[@id="domain"]', 'xpath', $domainstring);

Loading…
Cancel
Save