From 4b8dcb369503f9231f2936141403fa2e679bbf7c Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Fri, 24 Apr 2020 18:01:10 -0600 Subject: [PATCH] Retooling to be IE11-compatible and streamline tests to avoid the unload issues, see https://github.com/phetsims/aqua/issues/88 --- js/Sim.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/Sim.js b/js/Sim.js index e9a09b1f..b678c62e 100644 --- a/js/Sim.js +++ b/js/Sim.js @@ -864,6 +864,11 @@ export default inherit( Object, Sim, { phet.chipper.brand === 'phet' && assert && assert( !Tandem.PHET_IO_ENABLED, 'window.phet.preloads.phetio should not exist for phet brand' ); // Communicate sim load (successfully) to joist/tests/test-sims.html + if ( phet.chipper.queryParameters.continuousTest ) { + phet.chipper.reportContinuousTestResult( { + type: 'continuous-test-load' + } ); + } if ( phet.chipper.queryParameters.postMessageOnLoad ) { window.parent && window.parent.postMessage( JSON.stringify( { type: 'load',