Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56250, comment 6


Ignore:
Timestamp:
07/09/2023 06:46:18 PM (22 months ago)
Author:
MattyRob
Comment:

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 fine 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.
    22
    33A conditional check ensuring that the bridge is only loaded in the top frame has removed the encountered ReferenceErrors.