diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-27 13:06:17 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-27 13:06:39 +0200 |
commit | e3a4bc286206a7cb11e78e80fd42980e5a298cd1 (patch) | |
tree | 3f3c7e1497ecd424f9a8edbf7874d69c5ba5ae88 /tests/FunctionalTests/tickets | |
parent | 7d567fa0a50a363fa8d8951ae2a2310a102454fc (diff) |
More functional tests porting
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rwxr-xr-x | tests/FunctionalTests/tickets/tests/Ticket220TestCase.php | 2 | ||||
-rwxr-xr-x | tests/FunctionalTests/tickets/tests/Ticket225TestCase.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php index 72a1b227..da5e8c15 100755 --- a/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php @@ -10,7 +10,7 @@ class Ticket220TestCase extends PradoGenericSeleniumTest $this->assertText("{$base}label1", "Label 1"); $this->click("button1"); - $this->assertText("{$base}label1", 'Label 1: ["ok", "ok 3?", "ok 2!"]'); + $this->assertText("{$base}label1", 'exact:Label 1: ["ok", "ok 3?", "ok 2!"]'); $this->assertAlertNotPresent(); } } diff --git a/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php index c723be38..3680eea1 100755 --- a/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php @@ -16,7 +16,7 @@ class Ticket225TestCase extends PradoGenericSeleniumTest $this->click("{$base}button2"); $this->clickAndWait("{$base}button4"); - $this->assertText("{$base}label1", 'ctl0$Content$button1 ctl0$Content$button2 ctl0$Content$button3'); + $this->assertText("{$base}label1", 'exact:ctl0$Content$button1 ctl0$Content$button2 ctl0$Content$button3'); $this->assertNotVisible("{$base}validator1"); } } |