Append diag msg

environments/ppa-mbqj77/deployments/749^2
Christophe Maudoux 6 years ago
parent 5ce1220d76
commit 0546af93e0
  1. 1
      lemonldap-ng-portal/t/59-Double-cookies-Refresh-and-Logout.t
  2. 1
      lemonldap-ng-portal/t/61-ForceAuthn.t
  3. 1
      lemonldap-ng-portal/t/67-CheckUser-with-Global-token.t
  4. 1
      lemonldap-ng-portal/t/67-CheckUser-with-token.t
  5. 1
      lemonldap-ng-portal/t/75-2F-Registers.t
  6. 2
      lemonldap-ng-portal/t/76-2F-Ext-with-BruteForce.t

@ -123,6 +123,7 @@ ok( $attributes[13] =~ /^\d{14}$/, 'Timestamp found' )
or print STDERR Dumper( \@attributes );
count(4);
diag 'Waiting';
sleep 3;
# Refresh rights

@ -32,6 +32,7 @@ expectOK($res);
my $id1 = expectCookie($res);
count(1);
diag 'Waiting';
sleep 3;
ok(

@ -66,6 +66,7 @@ ok( $res->[2]->[0] =~ m%<span trspan="checkUser">%, 'Found trspan="checkUser"' )
count(1);
# Expired token
diag 'Waiting';
sleep 3;
$query =~ s/user=/user=rtyler/;
$query =~ s/url=/url=http%3A%2F%2Ftest1.example.com/;

@ -66,6 +66,7 @@ ok( $res->[2]->[0] =~ m%<span trspan="checkUser">%, 'Found trspan="checkUser"' )
count(1);
# Expired token
diag 'Waiting';
sleep 3;
$query =~ s/user=/user=rtyler/;
$query =~ s/url=/url=http%3A%2F%2Ftest1.example.com/;

@ -172,6 +172,7 @@ SKIP: {
) or print STDERR Dumper( $res->[2]->[0] );
# Wait to have two different epoch values
diag 'Waiting';
sleep 1;
# Ajax registration request

@ -76,6 +76,7 @@ count(1);
ok( $res->[2]->[0] =~ /<span trmsg="86"><\/span>/, 'Protection enabled' );
count(1);
diag 'Waiting';
sleep 2;
# Try to authenticate
@ -116,6 +117,7 @@ count(1);
ok( $res->[2]->[0] =~ /<span trmsg="86"><\/span>/, 'Protection enabled' );
count(1);
diag 'Waiting';
sleep 4;
# Try to authenticate again

Loading…
Cancel
Save