Changes between Initial Version and Version 1 of Ticket #56250, comment 6
- Timestamp:
- 07/09/2023 06:46:18 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56250, comment 6
initial v1 1 `grunt-contrib-qunit` 7.0.1 fixed this issue on the ClassicPress testing. The issues was due to a bug / feature in Puppeteer that meant that the bridge.js fi ne in `grunt-contrib-qunit` was being injected into all frames, including those created during testing by TinyMCE for example.1 `grunt-contrib-qunit` 7.0.1 fixed this issue on the ClassicPress testing. The issues was due to a bug / feature in Puppeteer that meant that the bridge.js file in `grunt-contrib-qunit` was being injected into all frames, including those created during testing by TinyMCE for example. 2 2 3 3 A conditional check ensuring that the bridge is only loaded in the top frame has removed the encountered ReferenceErrors.