diff options
author | wei <> | 2006-08-30 23:40:13 +0000 |
---|---|---|
committer | wei <> | 2006-08-30 23:40:13 +0000 |
commit | d3e2a9cf03975467c087167a96253441c6537205 (patch) | |
tree | a345d8385879ede56da4e748ef6b0c0f7b42390b /tests | |
parent | fe715da56a2c7a23f2f54349899cda62a312b0ff (diff) |
Update ticket #274 test case
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FunctionalTests/tickets/tests/Ticket274TestCase.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php index 6a5ae0ff..8b74e565 100644 --- a/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket274TestCase.php @@ -16,8 +16,8 @@ class Ticket274TestCase extends SeleniumTestCase $this->type($base.'MyDate', 'asd');
$this->clickAndWait($base.'button1');
- $this->assertVisible($base.'validator1');
- $this->assertNotVisible($base.'validator2');
+ $this->assertNotVisible($base.'validator1');
+ $this->assertVisible($base.'validator2');
}
}
|