Fix unit test (#1931)

This commit is contained in:
Christophe Maudoux 2019-09-16 22:37:56 +02:00
parent 44f37e6fdd
commit 6b7c4bcfa4

View File

@ -34,7 +34,7 @@ SKIP: {
my ( $host, $url, $query ) = expectForm( $res, '#', undef, 'token' );
ok(
$res->[2]->[0] =~
m%<input name="password" type="text" class="form-control key" trplaceholder="password" autocomplete="off" required aria-required="true"/>%,
m%<input name="password" type="text" class="form-control key" trplaceholder="password" autocomplete="off" required aria-required="true" aria-hidden="true"/>%,
'Password: Found text input'
);