X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=tests%2Fclub%2Fwpia%2Fgigi%2Fpages%2FTestMain.java;fp=tests%2Fclub%2Fwpia%2Fgigi%2Fpages%2FTestMain.java;h=d0d03ec5b441f2321758ac2afe744ef9537b04a5;hp=be642f03101825d549f33493e76a484cf58192a6;hb=bb3f2922c28e31def60ea7be34a8c5015ca18bb1;hpb=fb82805feb4ac7a4caafee498c1dd20c870fc4fc diff --git a/tests/club/wpia/gigi/pages/TestMain.java b/tests/club/wpia/gigi/pages/TestMain.java index be642f03..d0d03ec5 100644 --- a/tests/club/wpia/gigi/pages/TestMain.java +++ b/tests/club/wpia/gigi/pages/TestMain.java @@ -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());