TT#56376 selenium: fix ncos tooltip crashing the test

controller_ncos.t:
- tooltip blocks main menu entries. go to home page first before accesing
main menu to prevent tooltip from showing up

Change-Id: I72044ffd66bc7e3c8b64943f354d0c79b7913dc3
(cherry picked from commit 6a508b2a94)
changes/99/32899/1
Nico Schedel 6 years ago
parent 5b41164b43
commit 97eb0d46b4

@ -306,6 +306,7 @@ is($d->find_element_by_xpath('//*[@id="content"]//div[contains(@class, "alert")]
$d->fill_element('//*[@id="lnp_carriers_table_filter"]/label/input', 'xpath', $lnpcarrier);
$d->move_and_click('//*[@id="lnp_numbers_table_filter"]//label//input', 'xpath', '//*[@id="content"]/div/h3[contains(text(), "LNP Numbers")]');
ok($d->find_element_by_css('#lnp_carriers_table tr > td.dataTables_empty', 'css'), 'Entry was deleted');
$d->find_element('//*[@id="content"]//div//a[contains(text(), "Back")]')->click();
$c->delete_domain($domainstring);
$c->delete_reseller_contract($contractid);

Loading…
Cancel
Save