diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-08 18:59:58 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-08 18:59:58 +0100 |
commit | 20dee7ffd329bb595c56b592c30b269b226fea5c (patch) | |
tree | dd4f976cef16e3a17a65e6e0b7438ea32c502c55 | |
parent | 2c8bfeb7d677ceeb52ef1883c4aae9cb08766886 (diff) |
Fixed CustomTemplate test
-rwxr-xr-x | tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php | 4 |
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!'); } |