diff --git a/js/phetmarks.js b/js/phetmarks.js index 4c28803..489d3a9 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -159,6 +159,7 @@ * @param {Array.} activeRepos - from active-repos * @param {Array.} phetioSims - from phet-io * @param {Array.} accessibleSims - from accessibility + * @param {Array.} interactiveDescriptionims - from interactive-description * @param {Array.} wrappers - from wrappers * @param {Array.} colorProfileRepos - Has a color profile * @param {Array.} unitTestsRepos - Has unit tests @@ -294,8 +295,8 @@ } ] } ); modes.push( { - name: 'test-a11y-sims', - text: 'Fuzz Test Accessibility Sims (Fast Build)', + name: 'test-interactive-description-sims', + text: 'Fuzz Test Interactive Description Sims (Fast Build)', description: 'Runs automated testing with fuzzing, 10 second timer, and 4 concurrent builds', url: '../aqua/test-server/test-sims.html', queryParameters: [ { @@ -818,7 +819,7 @@ var phetioSims = whiteSplit( testPhetioString ); $.ajax( { - url: '../perennial/data/accessibility' + url: '../perennial/data/interactive-description' } ).done( function( accessibleSimsString ) { var accessibleSims = whiteSplit( accessibleSimsString );