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 has been 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 );
The text was updated successfully, but these errors were encountered:
Using RC1 with Windows XP SP3, IE8.
My Scenario:
Error:
The text was updated successfully, but these errors were encountered: