summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-12-07 15:57:51 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-12-07 15:57:51 +0100
commit654a9cae43358c7eecf3b522e9876aa7815e2453 (patch)
tree545f2e42fdc6e824b247924adf083ad3fe51e61d /tests/FunctionalTests/tickets/tests
parente99e35819d53dc48ae4e9a8491528a6b6011469f (diff)
Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rwxr-xr-xtests/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 27d57a91..381f0d6e 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php
@@ -15,7 +15,7 @@ class Ticket595TestCase extends PradoGenericSelenium2Test
$this->byId($base.'ctl2')->click();
$this->assertAttribute($base.'A@class','errorclassA');
- $this->type($base.'A', 'test@pradosoft.com');
+ $this->type($base.'A', 'test@prado.local');
$this->byId($base.'ctl2')->click();
$this->pause(800);
$this->assertAttribute($base.'A@class','');
@@ -29,7 +29,7 @@ class Ticket595TestCase extends PradoGenericSelenium2Test
$this->pause(800);
$this->assertAttribute($base.'B@class',' errorclassB');
- $this->type($base.'B', 'test@pradosoft.com');
+ $this->type($base.'B', 'test@prado.local');
$this->byId($base.'ctl5')->click();
$this->pause(800);
$this->assertAttribute($base.'B@class','');