summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket669TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket669TestCase.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php
index 8b5a0166..9657f28d 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket669TestCase.php
@@ -7,7 +7,7 @@ class Ticket669TestCase extends PradoGenericSelenium2Test
$this->url('tickets/index.php?page=Ticket669');
$this->assertEquals($this->title(), "Verifying Ticket 669");
- $this->assertContains('1 - Test without callback', $this->source());
+ $this->assertSourceContains('1 - Test without callback');
$this->assertValue($base.'tb1', 'ActiveTextBox');
$this->assertValue($base.'tb2', 'TextBox in ActivePanel');
@@ -18,7 +18,7 @@ class Ticket669TestCase extends PradoGenericSelenium2Test
$this->byId($base.'ctl1')->click();
$this->pause(800);
- $this->assertContains('2 - Test callback with 2nd ActivePanel', $this->source());
+ $this->assertSourceContains('2 - Test callback with 2nd ActivePanel');
$this->assertValue($base.'tb3', 'ActiveTextBox');
$this->assertValue($base.'tb4', 'TextBox in ActivePanel');
$this->assertValue($base.'tb5', 'TextBox in ActivePanel');
@@ -32,7 +32,7 @@ class Ticket669TestCase extends PradoGenericSelenium2Test
$this->byId($base.'ctl2')->click();
$this->pause(800);
- $this->assertContains('3 - Test callback without 2nd ActivePanel', $this->source());
+ $this->assertSourceContains('3 - Test callback without 2nd ActivePanel');
$this->assertValue($base.'tb6', 'ActiveTextBox');
$this->assertValue($base.'tb7', 'TextBox in Panel');