Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Failing Specs - Internal Error #298

@DamirSvrtan

Description

@DamirSvrtan

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: MeRoute for class: 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions