From d4ae91e0f5054f8819650050331ed86970f1f4fc Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 1 Feb 2021 17:36:17 -0900 Subject: [PATCH] interactive-descriptions -> interactive-description, https://github.com/phetsims/a11y-research/issues/157 --- js/phetmarks.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/js/phetmarks.js b/js/phetmarks.js index 0207349..8aec879 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -149,7 +149,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 @@ -296,8 +300,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: [ { @@ -911,7 +915,7 @@ const phetioSims = whiteSplit( testPhetioString ); $.ajax( { - url: '../perennial/data/interactive-descriptions' + url: '../perennial/data/interactive-description' } ).done( function( accessibleSimsString ) { const interactiveDescriptionSims = whiteSplit( accessibleSimsString );