summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-08 18:59:58 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-02-08 18:59:58 +0100
commit20dee7ffd329bb595c56b592c30b269b226fea5c (patch)
treedd4f976cef16e3a17a65e6e0b7438ea32c502c55 /tests
parent2c8bfeb7d677ceeb52ef1883c4aae9cb08766886 (diff)
Fixed CustomTemplate test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php4
1 files changed, 2 insertions, 2 deletions
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!');
}