symlink needed to expose test/e2e/runner.html
[angular-drzb] / app / drzb2013.html.ep
index 71913b3..a3b1404 100644 (file)
@@ -94,6 +94,7 @@ angular.module('testApp', ['myApp', 'ngMockE2E' ]).
                $httpBackend.whenGET(/partials\/.*/).passThrough();
                $httpBackend.whenJSONP(/./).passThrough();
                $httpBackend.whenGET(/registration/).passThrough();
+               $httpBackend.whenPOST(/registration/).passThrough();
        }
 );