1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 07:30:16 +01:00

[ticket/14855] Update notification functional test

PHPBB3-14855
This commit is contained in:
Matt Friedman 2016-11-05 19:41:08 -07:00
parent 87209fdd06
commit af2bf4ef36

@ -82,6 +82,6 @@ class phpbb_functional_notification_test extends phpbb_functional_test_case
// Get form token
$link = $crawler->selectLink($this->lang('NOTIFICATIONS_MARK_ALL_READ'))->link()->getUri();
$crawler = self::request('GET', substr($link, strpos($link, 'ucp.')));
$this->assertEquals(0, $crawler->filter('#notification_list_button strong')->text());
$this->assertCount(0, $crawler->filter('#notification_list_button strong'));
}
}