diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-12 18:56:34 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-12 18:56:34 -0500 |
commit | bcf7ea33106ba99aee20d672eda3d58c95251f11 (patch) | |
tree | 3a6f4b7fba8c07f91ad8b17bf1de2f30e13522e6 /tests/functional | |
parent | f93a750f28ca4ca502a880d44a45a72c340b6e38 (diff) | |
parent | f17e67364dca55c9ccd8416f41547fa4097cdcd4 (diff) | |
download | forums-bcf7ea33106ba99aee20d672eda3d58c95251f11.tar forums-bcf7ea33106ba99aee20d672eda3d58c95251f11.tar.gz forums-bcf7ea33106ba99aee20d672eda3d58c95251f11.tar.bz2 forums-bcf7ea33106ba99aee20d672eda3d58c95251f11.tar.xz forums-bcf7ea33106ba99aee20d672eda3d58c95251f11.zip |
Merge remote-tracking branch 'remotes/cyberalien/ticket/11533' into develop
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11533:
[ticket/11533] Update unit tests
[ticket/11533] Fix colspan and unnecessary tables
[ticket/11533] Change list to table for notification settings
[ticket/11533] Columns counter for notification settings
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/notification_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/notification_test.php b/tests/functional/notification_test.php index ec495da602..fa6513a0ba 100644 --- a/tests/functional/notification_test.php +++ b/tests/functional/notification_test.php @@ -43,7 +43,7 @@ class phpbb_functional_notification_test extends phpbb_functional_test_case $crawler = $this->request('GET', 'ucp.php?i=ucp_notifications&mode=notification_options'); $this->assert_response_success(); - $cplist = $crawler->filter('.cplist'); + $cplist = $crawler->filter('.table1'); if ($expected_status) { $this->assert_checkbox_is_checked($cplist, $checkbox_name); |