Update unit test (#2745)

This commit is contained in:
Christophe Maudoux 2022-05-15 12:08:30 +02:00
parent e522ccb29e
commit a3c64ff3d7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ my $client = LLNG::Manager::Test->new( {
);
ok( $res = $client->_get( '/', accept => 'text/html' ), 'Display portal' );
ok( $res->[2]->[0] =~ m%<i class="fa fa-eye-slash toggle-password">%,
ok( $res->[2]->[0] =~ m%<i name="password" class="fa fa-eye-slash toggle-password">%,
' toggle password icon found' )
or print STDERR Dumper( $res->[2]->[0] );
count(2);