From 08297a6b9c0a1ddbe3756fd42e2bf0eaa2f6e83e Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 22 Jan 2006 00:32:09 +0000 Subject: Try again. --- tests/FunctionalTests/protected/pages/Validation/CheckBox.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/FunctionalTests/protected/pages/Validation/CheckBox.php') diff --git a/tests/FunctionalTests/protected/pages/Validation/CheckBox.php b/tests/FunctionalTests/protected/pages/Validation/CheckBox.php index 5f5d5a41..df6ff310 100644 --- a/tests/FunctionalTests/protected/pages/Validation/CheckBox.php +++ b/tests/FunctionalTests/protected/pages/Validation/CheckBox.php @@ -21,10 +21,10 @@ class CheckBoxTestCase extends SeleniumTestCase $this->verifyTitle("An AutoPostBack CheckBox"); //test checkbox 2 should fire the validator - $this->assertNotVisible("validator1"); - $this->click("checkbox2"); + $this->assertNotVisible("ctl0_Content_validator1"); + $this->click("ctl0_Content_checkbox2"); $this->pasue(100); - $this->assertVisible("validator1"); + $this->assertVisible("ctl0_Content_validator1"); } } -- cgit v1.2.3