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
This has been happening for a long time... but I found the root cause while working on #1355, after fixing the source-maps so that I could see line numbers.
These test failures make Prebid releases harder to validate, and prevent us from automating them.
Failed test output
5) should call bidManager.addBidResponse() when bid received
PubGearsAdapter bids 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:2615:7)
6) should send correct bid response object when receiving onBidResponse event
PubGearsAdapter bids received
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:2651:7)
7) should send $0 bid as no-bid response
PubGearsAdapter bids received
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:2689:7)
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
This has been happening for a long time... but I found the root cause while working on #1355, after fixing the source-maps so that I could see line numbers.
The PubGears unit tests use
CustomEvent
, which isn't supported on IE.These test failures make Prebid releases harder to validate, and prevent us from automating them.
Failed test output
The text was updated successfully, but these errors were encountered: