File: 04controller_Root.t

package info (click to toggle)
ciderwebmail 1.05%2B20240702-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,392 kB
  • sloc: perl: 3,201; xml: 782; javascript: 675; sh: 42; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
use Test::More;
use CiderWebmail::Test {login => 1};

$mech->follow_link_ok({ url_regex => qr{/mailboxes\z} });

$mech->follow_link_ok({ url_regex => qr{/logout\z} });

done_testing();