Marcin Wolniewicz

Results 3 issues of Marcin Wolniewicz

I'm trying to e2e test user registration and login. When I try to log in with bad credentials I get back a `400` error with a text in `non_field_errors` `Unable...

My original config looked like this: ``` protractor: { options: { keepAlive: false, webdriverManagerUpdate: true, configFile: '/protractor-empty-conf.js', args: { directConnect: true } }, jasmine: { options: { args: { framework:...

Event though `ProjectsSubscriptionsResourceApi` has a `seek` method, it is not exposed on `Subscription` itself. Is there any way I can actually do a `seek` then?