From a66fd07e905d3d69c84d0d77f255647ac6e9b531 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Wed, 18 Dec 2013 17:43:07 +0100 Subject: [PATCH] MT#4771 fix customer test, select product see also 4871#c31665 --- t/controller_customer_selenium.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/controller_customer_selenium.t b/t/controller_customer_selenium.t index 6ed2f264c0..c876f79324 100644 --- a/t/controller_customer_selenium.t +++ b/t/controller_customer_selenium.t @@ -36,6 +36,9 @@ $d->fill_element_ok([css => '#contactidtable_filter input', 'default-customer']) $d->select_if_unselected_ok(xpath => '//table[@id="contactidtable"]/tbody/tr[1]/td[contains(text(),"default-customer")]/..//input[@type="checkbox"]'); $d->fill_element_ok([css => '#billing_profileidtable_filter input', 'Default Billing Profile']); $d->select_if_unselected_ok(xpath => '//table[@id="billing_profileidtable"]/tbody/tr[1]/td[contains(text(),"Default Billing Profile")]/..//input[@type="checkbox"]'); +eval { #lets only try this + $d->select_if_unselected(xpath => '//table[@id="productidtable"]/tbody/tr[1]/td[contains(text(),"Basic SIP Account")]/..//input[@type="checkbox"]'); +}; $d->fill_element_ok([id => 'external_id', $rnd_id]); $d->findclick_ok(id => 'save');