'use strict';
describe('Forum E2E Tests', function() {
describe('Navigating to Forum when signed out', function() {
it('should redirect to signin page when going to /forum', function() {
browser.get('http://localhost:3001/forum');
expect(browser.getCurrentUrl()).toBe('http://localhost:3001/authentication/signin');
});
});
});
전무후무한 e2e테스트..
미개한 넘들은 손으로 테스트하겠지..이런건 노드만 가능한것