[ticket/11533] Update unit tests

Update notification settings functional unit test for new layout

PHPBB3-11533
This commit is contained in:
Vjacheslav Trushkin 2013-05-11 23:33:40 +03:00
parent 858f644c38
commit f17e67364d

View file

@ -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'); $crawler = $this->request('GET', 'ucp.php?i=ucp_notifications&mode=notification_options');
$this->assert_response_success(); $this->assert_response_success();
$cplist = $crawler->filter('.cplist'); $cplist = $crawler->filter('.table1');
if ($expected_status) if ($expected_status)
{ {
$this->assert_checkbox_is_checked($cplist, $checkbox_name); $this->assert_checkbox_is_checked($cplist, $checkbox_name);