diff --git a/t/selenium/controller_customer.t b/t/selenium/controller_customer.t index 8af2683842..113b93d93f 100644 --- a/t/selenium/controller_customer.t +++ b/t/selenium/controller_customer.t @@ -114,7 +114,6 @@ diag("Edit Fraud Limits"); my $elem = $d->find_element('//div[contains(@class,"accordion-heading")]//a[contains(text(),"Fraud Limits")]'); $d->scroll_to_element($elem); $elem->click(); -sleep 4 if ($d->browser_name_in("phantomjs", "chrome")); # time to move $row = $d->find_element('//div[contains(@class,"accordion-body")]//table//tr/td[contains(text(),"Monthly Settings")]'); ok($row, 'Changed monthly settings'); $edit_link = $d->find_child_element($row, './../td//a[text()[contains(.,"Edit")]]');