You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
The Rails Integration was 100% compatible with the spec until yesterday when I pulled the new TCK master.
Now I'm getting a couple of errors, and have a hunch that it might be an internal error (however it could be due to some Rails responses, not sure):
unauthorizedHtmlRequestIsForwardedToLogin:
groovy.lang.MissingMethodException: No signature of method: com.stormpath.tck.authentication.CookieIT.urlStartsWithPath() is applicable for argument types: (java.lang.String) values: [/login]
loginFormShouldBeOrderedCorrectly
groovy.lang.MissingMethodException: No signature of method: com.stormpath.tck.login.LoginIT.assertAttributesEqual() is applicable for argument types: (java.util.ArrayList, java.util.ArrayList) values: [[null, null, null, null], [[name:login, placeholder:Username or Email, ...], ...]]
loginRedirectsToNextUriOnSuccess
groovy.lang.MissingMethodException: No signature of method: com.stormpath.tck.login.LoginIT.containsString() is applicable for argument types: (java.lang.String) values: [/]
testNoRedirectionStickinessHtml
groovy.lang.MissingPropertyException: No such property: MeRouteforclass: com.stormpath.tck.login.LoginIT
I'll be glad to post more stack traces if needed. Tell me if I can check for something on my side. Thnx. cc @omgitstom
The text was updated successfully, but these errors were encountered:
The Rails Integration was 100% compatible with the spec until yesterday when I pulled the new TCK master.
Now I'm getting a couple of errors, and have a hunch that it might be an internal error (however it could be due to some Rails responses, not sure):
I'll be glad to post more stack traces if needed. Tell me if I can check for something on my side. Thnx. cc @omgitstom
The text was updated successfully, but these errors were encountered: