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 was archived by the owner on Apr 12, 2024. It is now read-only.
describe('myApp',function(){describe('/user/login',function(){beforeEach(function(){browser().navigateTo('http://localhost:9000/#/user/login');});it('should render /user/login when user navigates to /user/login',function(){expect(browser().location().url()).toBe('/user/login');});it('should render partials/user/login.html when user navigates to /user/login',function(){expect(element('.login-form h2').text()).toMatch(/Login/);});});});
Error:
Unexpected call to method or property access. angular-scenario-1.0.0rc1.js, line 5828 character 5
this.appendChild( elem );