From 20dee7ffd329bb595c56b592c30b269b226fea5c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 8 Feb 2014 18:59:58 +0100 Subject: Fixed CustomTemplate test --- .../FunctionalTests/active-controls/tests/CustomTemplateTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests') diff --git a/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php b/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php index 7e38423e..e72d021e 100755 --- a/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php @@ -12,8 +12,8 @@ class CustomTemplateTestCase extends PradoGenericSeleniumTest $this->click('button2'); $this->pause(800); - $this->assertVisible('ctl1_ThePanel'); - $this->assertTextPresent('Client ID: ctl1_ThePanel'); + $this->assertVisible('ctl0_ThePanel'); + $this->assertTextPresent('Client ID: ctl0_ThePanel'); $this->assertText('label1', 'Button 1 was clicked Foo Bar! using callback!... and this is the textbox text: Foo Bar!'); } -- cgit v1.2.3