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

Scenario Runner not working on IE8 #806

Closed
@edwardhotchkiss

Description

@edwardhotchkiss

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 );

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions