diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-30 14:43:26 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-30 14:43:26 +0200 |
commit | 4ef09ccaf27e31ac5112b2846c253a2877f8a520 (patch) | |
tree | 3579a98cb8884fbbc25efb9eb6295d4241dd8d05 /tests/FunctionalTests/quickstart/Controls/PagerTestCase.php | |
parent | 6b73f119a4e12c8e4b09f95463eec9be7626dec5 (diff) |
Ported all the remaining quickstart functional tests
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/PagerTestCase.php')
-rwxr-xr-x | tests/FunctionalTests/quickstart/Controls/PagerTestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php b/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php index 9ffbdcf6..a1fefed6 100755 --- a/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/PagerTestCase.php @@ -43,7 +43,7 @@ class QuickstartPagerTestCase extends PradoGenericSeleniumTest $this->verifyTextNotPresent('ITN002',''); $this->verifyTextNotPresent('ITN005',''); - $this->verifySelected("ctl0_body_Pager3_ctl0","label=2"); + $this->assertSelected("ctl0_body_Pager3_ctl0","2"); $this->selectAndWait("ctl0_body_Pager3_ctl0", "label=5"); $this->verifyTextPresent('ITN009',''); $this->verifyTextPresent('ITN010',''); |