summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket121TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket121TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php
index 547ffb38..58bb6784 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket121TestCase.php
@@ -12,6 +12,6 @@ class Ticket121TestCase extends PradoGenericSelenium2Test
$this->type("ctl0\$Content\$FooTextBox", "content");
$this->byXPath("//input[@type='image' and @id='ctl0_Content_ctl0']")->click();
$this->assertNotVisible('ctl0_Content_ctl1');
- $this->assertContains("clicked at", $this->source());
+ $this->assertSourceContains("clicked at");
}
}