diff options
| author | Nils Adermann <naderman@naderman.de> | 2014-10-21 09:49:16 -0400 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2014-10-21 09:49:16 -0400 |
| commit | 1358acfd7c2b5d0a302b4192f1f536456dcf3671 (patch) | |
| tree | 2a8389e8be34ca4fee7335227ab8f95dbec1ce44 /tests/functional | |
| parent | 99eeb52b763fb2efb2e5dad2b39c06b2be8c74b5 (diff) | |
| parent | 293d64e12268e2829918fc0bc7cfbc06bb4de9f2 (diff) | |
| download | forums-1358acfd7c2b5d0a302b4192f1f536456dcf3671.tar forums-1358acfd7c2b5d0a302b4192f1f536456dcf3671.tar.gz forums-1358acfd7c2b5d0a302b4192f1f536456dcf3671.tar.bz2 forums-1358acfd7c2b5d0a302b4192f1f536456dcf3671.tar.xz forums-1358acfd7c2b5d0a302b4192f1f536456dcf3671.zip | |
Merge pull request #3049 from marc1706/ticket/13189
[ticket/13189] Do not use confirm box for marking all notifications read
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/notification_test.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/notification_test.php b/tests/functional/notification_test.php index 667d268b1e..ec03f7a6a4 100644 --- a/tests/functional/notification_test.php +++ b/tests/functional/notification_test.php @@ -82,8 +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.'))); - $form = $crawler->selectButton($this->lang('YES'))->form(); - $crawler = self::submit($form); $this->assertEquals(0, $crawler->filter('#notification_list_button strong')->text()); } } |
