diff --git a/js/phetmarks.js b/js/phetmarks.js index d904d63..c91eabc 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -150,7 +150,11 @@ * @param {Array.} activeRunnables - from active-runnables * @param {Array.} activeRepos - from active-repos * @param {Array.} phetioSims - from phet-io +<<<<<<< HEAD * @param {Array.} interactiveDescriptionSims - from interactive-descriptions +======= + * @param {Array.} interactiveDescriptionims - from interactive-description +>>>>>>> b63edcd... interactive-descriptions -> interactive-description, https://github.com/phetsims/a11y-research/issues/157 * @param {Array.} wrappers - from wrappers * @param {Array.} colorProfileRepos - Has a color profile * @param {Array.} unitTestsRepos - Has unit tests @@ -303,8 +307,8 @@ } ] } ); modes.push( { - name: 'test-interactive-descriptions-sims', - text: 'Fuzz Test Interactive Descriptions 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: [ { @@ -921,7 +925,7 @@ const phetioSims = whiteSplit( testPhetioString ); $.ajax( { - url: '../perennial/data/interactive-descriptions' + url: '../perennial/data/interactive-description' } ).done( function( accessibleSimsString ) { const interactiveDescriptionSims = whiteSplit( accessibleSimsString );