mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11533] Update unit tests
Update notification settings functional unit test for new layout PHPBB3-11533
This commit is contained in:
parent
858f644c38
commit
f17e67364d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue