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

getCurrentUrl() protractor tests failing on Internet Explorer 11 (latest) #778

Closed
@elgalu

Description

@elgalu

I added IE11 to /spec/multiConf.js and I could confirm an IE issue when testing AJAX-changed urls:

Failures:

  1) protractor library should allow a mix of using protractor and using the driver directly
   Message:
     Expected 'http://localhost:8000/index.html' to equal 'http://localhost:8000/index.html#/form'.
   Stacktrace:
     Error: Failed expectation
    at null.<anonymous> (/usr/local/lib/node_modules/protractor/spec/basic/lib_spec.js:36:11)

  2) protractor library should allow a mix of using protractor and using the driver directly
   Message:
     Expected 'http://localhost:8000/index.html' to equal 'http://localhost:8000/index.html#/repeater'.
   Stacktrace:
     Error: Failed expectation
    at null.<anonymous> (/usr/local/lib/node_modules/protractor/spec/basic/lib_spec.js:40:11)

Finished in 7.078 seconds
10 tests, 23 assertions, 2 failures

To recreate just run npm test agains IE11

The tests that fails is it('should allow a mix of using protractor and using the driver directly' at /spec/basic/lib_spec.js

I could also recreate on TravisCI - SauceLabs during a PR:
https://travis-ci.org/angular/protractor/builds/24499725#L764

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions