phetsims / greenhouse-effect

"Greenhouse Effect" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 4 forks source link

PhET-iO id for hiding temperature radio buttons incorrect in examples.md #350

Closed Nancy-Salpepi closed 1 year ago

Nancy-Salpepi commented 1 year ago

For https://github.com/phetsims/qa/issues/970

In the examples doc under Control Temperature Units >> Layer Model Screen the PhET-iO id to hide the temperature radio buttons is listed as: greenhouseEffect.layerModelScreen.view.temperatureUnitsControl.temperatureUnitsRadioButtonGroup.visibleProperty but in the studio tree, the buttons are hidden using: greenhouseEffect.layerModelScreen.view.temperatureUnitsControl.visibleProperty

arouinfar commented 1 year ago

Good catch @Nancy-Salpepi! I fixed it in the above commit, closing.

This is another example where https://github.com/phetsims/phet-io-sim-specific/issues/21 would be helpful.