]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/pages/TestMain.java
add: enable Support to see the new RA Agent status
[gigi.git] / tests / club / wpia / gigi / pages / TestMain.java
index be642f03101825d549f33493e76a484cf58192a6..d0d03ec5b441f2321758ac2afe744ef9537b04a5 100644 (file)
@@ -97,9 +97,10 @@ public class TestMain extends ClientTest {
 
     @Test
     public void testValidChallenges() throws GeneralSecurityException, IOException, GigiApiException, InterruptedException {
-
+        insertRAContract(u.getId());
         // test RA Agent challenge
         cookie = cookieWithCertificateLogin(u);
+
         testChallengeText("you need to pass the RA Agent Challenge", false);
 
         add100Points(u.getId());