TT#56376 selenium: fix a button xpath

controller_ncos.t:
- fix the xpath of one edit button. it changed during ngcp-panel updates

Change-Id: If313787bf5ec8c36c193de6a621d3b8495bce7c7
changes/14/32714/3
Nico Schedel 6 years ago
parent 08bf9489de
commit 5b41164b43

@ -191,7 +191,7 @@ ok($d->find_element_by_xpath('//*[@id="lnp_carriers_table"]/tbody/tr/td[contains
ok($d->find_element_by_xpath('//*[@id="lnp_carriers_table"]/tbody/tr/td[contains(text(), "Rule for LNP Carrier 2")]'), "Description is correct");
diag("Edit NCOS settings");
$d->find_element('//*[@id="number_patterns_extra"]/div[2]/a')->click();
$d->find_element('//*[@id="number_patterns_extra"]//div//a')->click();
$d->select_if_unselected('//*[@id="local_ac"]');
$d->find_element('//*[@id="save"]')->click();

Loading…
Cancel
Save