From e90716ee815a37eb13fa8a7c3a477160adf50b1d 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/phetmarks.js b/js/phetmarks.js index e107ddc..39bf6f3 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -162,6 +162,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 @@ -309,8 +310,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: [ { @@ -837,7 +838,7 @@ const phetioSims = whiteSplit( testPhetioString ); $.ajax( { - url: '../perennial/data/accessibility' + url: '../perennial/data/interactive-description' } ).done( function( accessibleSimsString ) { const accessibleSims = whiteSplit( accessibleSimsString );