mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11533] Update unit tests
Update notification settings functional unit test for new layout PHPBB3-11533
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user