TT#2766 Fix selenium for outbound peering rules.

Change-Id: I9f33a9a914af27eabfb820f4d1ee836f9d0acb24
changes/37/8137/1
Andreas Granig 9 years ago
parent 031bfebada
commit ffc0d18333

@ -44,7 +44,7 @@ $d->move_to(element => $row);
$edit_link->click(); $edit_link->click();
diag("Create a Peering Rule"); diag("Create a Peering Rule");
$d->find_element('//a[contains(text(),"Create Peering Rule")]')->click(); $d->find_element('//a[contains(text(),"Create Outbound Peering Rule")]')->click();
$d->fill_element('callee_prefix', 'id', '43'); $d->fill_element('callee_prefix', 'id', '43');
$d->fill_element('callee_pattern', 'id', '^sip'); $d->fill_element('callee_pattern', 'id', '^sip');
$d->fill_element('caller_pattern', 'id', '999'); $d->fill_element('caller_pattern', 'id', '999');

Loading…
Cancel
Save