phetsims / balloons-and-static-electricity

"Balloons and Static Electricity" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/balloons-and-static-electricity
GNU General Public License v3.0
6 stars 10 forks source link

Unit test fails #438

Closed samreid closed 5 years ago

samreid commented 5 years ago

Running http://localhost/balloons-and-static-electricity/balloons-and-static-electricity-tests.html?ea I'm consistently getting:

Uncaught Error: Assertion failed
    at window.assertions.assertFunction (assert.js:22)
    at BalloonNode.setLabelContent (Accessibility.js?bust=1545512725371:1112)
    at BalloonNode.set labelContent [as labelContent] (Accessibility.js?bust=1545512725371:1141)
    at Node.js?bust=1545512725371:4968
    at u (lodash-4.17.4.min.js?bust=1545512725371:5)
    at Function.ru (lodash-4.17.4.min.js?bust=1545512725371:67)
    at BalloonNode.mutate (Node.js?bust=1545512725371:4955)
    at BalloonNode.Node [as constructor] (Node.js?bust=1545512725371:526)
    at new BalloonNode (BalloonNode.js?bust=1545512725371:80)
    at BalloonDescriberTests.js?bust=1545512725371:28

@jessegreenberg can you please take a look at your convenience?

jessegreenberg commented 5 years ago

Thanks @samreid, was an issue from #437, I forgot to update tests after changing a constructor signature. Thanks for opening https://github.com/phetsims/aqua/issues/62.