Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pubgears adapter tests failing in IE browser #1519

Closed
jaiminpanchal27 opened this issue Aug 23, 2017 · 1 comment
Closed

Pubgears adapter tests failing in IE browser #1519

jaiminpanchal27 opened this issue Aug 23, 2017 · 1 comment

Comments

@jaiminpanchal27
Copy link
Collaborator

Type of issue

Bug

Description

Pubgears adapter tests are failing in IE browsers.CustomEvent is not supported in IE browsers.

  PubGearsAdapter
    bids received
      ✗ should call bidManager.addBidResponse() when bid received
	TypeError: Object doesn't support this action
	   at Anonymous function (webpack:///test/spec/modules/pubgearsBidAdapter_spec.js:202:6 <- test/spec/modules/pubgearsBidAdapter_spec.js:2840:7)

      ✗ should send correct bid response object when receiving onBidResponse event
	TypeError: Object doesn't support this action
	   at Anonymous function (webpack:///test/spec/modules/pubgearsBidAdapter_spec.js:238:6 <- test/spec/modules/pubgearsBidAdapter_spec.js:2876:7)

      ✗ should send $0 bid as no-bid response
	TypeError: Object doesn't support this action
	   at Anonymous function (webpack:///test/spec/modules/pubgearsBidAdapter_spec.js:276:6 <- test/spec/modules/pubgearsBidAdapter_spec.js:2914:7)

Steps to reproduce

Run tests in IE.
gulp test --watch --browsers=Chrome
Copy karma url and run tests in IE.

Expected results

All tests should pass.

Actual results

Failing tests

Other information

@Walexander

@dbemiller
Copy link
Contributor

Duplicates #1360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants