From ffc0d18333af49171c74106acb427e68a203fb0b Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 9 Sep 2016 14:58:54 +0200 Subject: [PATCH] TT#2766 Fix selenium for outbound peering rules. Change-Id: I9f33a9a914af27eabfb820f4d1ee836f9d0acb24 --- t/selenium/controller_peering.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/selenium/controller_peering.t b/t/selenium/controller_peering.t index 42fae653f6..8d6159ea3b 100644 --- a/t/selenium/controller_peering.t +++ b/t/selenium/controller_peering.t @@ -44,7 +44,7 @@ $d->move_to(element => $row); $edit_link->click(); 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_pattern', 'id', '^sip'); $d->fill_element('caller_pattern', 'id', '999');