From 82adb8e5fde16a06fb6588f58d86d069cea42a7a 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 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 );