diff --git a/t/controller_billing_selenium.t b/t/controller_billing_selenium.t index b7a297554c..eb2a970057 100644 --- a/t/controller_billing_selenium.t +++ b/t/controller_billing_selenium.t @@ -139,7 +139,6 @@ $d->fill_element_ok([name => 'end', "2008-02-28 13:37:00"]); $d->findclick_ok(name => 'save'); diag("Find/delete my created date definition"); -$d->fill_element_ok([xpath => '//div[contains(@class, "dataTables_filter")]//input', '2008-02-28']); $row = $d->find(xpath => '//div[contains(@class,"dataTables_wrapper")]//td[contains(text(),"2008-02-28")]/..'); ok($row); $d->move_to(element => $row);