Protractor e2e Tests Login Redirection
问题 Currently have a partial end-to-end test that enters a username/password and clicks 'sign in'. It does that successfully, but concludes at a "thanks you're logged in" page, instead of being redirected to the 'account portal' or 'dashboard', the way it would if I logged in through the browser.\ New to this project but we are using OAuth. Main question: Does this sound like a need for http mocking? Further details: spec.js describe('login page', function() { browser.driver.get('http://url.path