summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests
diff options
context:
space:
mode:
authortof <>2008-04-08 14:48:48 +0000
committertof <>2008-04-08 14:48:48 +0000
commit24f10e736df7705dbbff76d2f3345eaba369f432 (patch)
treedd76ba60da719d71aa2a80340fc0ad9961540d5a /tests/FunctionalTests/tickets/tests
parentb43c8b4c9f3973eb5482298ed8283e33c1f426e1 (diff)
Fixed #595
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket595TestCase.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php
index df462c8d..e2487f25 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php
@@ -15,7 +15,7 @@ class Ticket595TestCase extends SeleniumTestCase
$this->click($base.'ctl2');
$this->assertAttribute($base.'A@class','errorclassA');
- $this->type($base.'A', 'test@example.com');
+ $this->type($base.'A', 'test@pradosoft.com');
$this->click($base.'ctl2');
$this->pause(800);
$this->assertAttribute($base.'A@class','');
@@ -30,7 +30,7 @@ class Ticket595TestCase extends SeleniumTestCase
$this->pause(800);
$this->assertAttribute($base.'B@class','errorclassB');
- $this->type($base.'B', 'test@example.com');
+ $this->type($base.'B', 'test@pradosoft.com');
$this->click($base.'ctl5');
$this->pause(800);
$this->assertAttribute($base.'B@class','');