Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Scenario Runner not working on IE8 #806

Closed
edwardhotchkiss opened this issue Mar 19, 2012 · 0 comments
Closed

Scenario Runner not working on IE8 #806

edwardhotchkiss opened this issue Mar 19, 2012 · 0 comments
Assignees

Comments

@edwardhotchkiss
Copy link

Using RC1 with Windows XP SP3, IE8.

My Scenario:

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 );
@ghost ghost assigned IgorMinar Mar 19, 2012
IgorMinar added a commit to IgorMinar/angular.js that referenced this issue Mar 20, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants