From d4b3de52d0a0a2d394bf4763984029972b5131b1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 22 Jan 2006 00:39:06 +0000 Subject: fixed typo. --- tests/FunctionalTests/protected/pages/Validation/CheckBox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/FunctionalTests/protected/pages/Validation/CheckBox.php b/tests/FunctionalTests/protected/pages/Validation/CheckBox.php index 0a742abe..7eba9317 100644 --- a/tests/FunctionalTests/protected/pages/Validation/CheckBox.php +++ b/tests/FunctionalTests/protected/pages/Validation/CheckBox.php @@ -29,9 +29,9 @@ class CheckBoxTestCase extends SeleniumTestCase //write some text, and see what it $this->type('ctl0_Content_TextBox', "hello"); $this->pause(100); - $this->assertNotVisibe("ctl0_Content_validator1"); + $this->assertNotVisible("ctl0_Content_validator1"); $this->clickAndWait("ctl0_Content_checkbox2"); //submit - $this->assertNotVisibe("ctl0_Content_validator1"); + $this->assertNotVisible("ctl0_Content_validator1"); } } -- cgit v1.2.3