From 6f572d705df0ce377b4077758af1fa4876b37498 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 a4f3651..3cbe6ab 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -153,6 +153,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 @@ -288,8 +289,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: [ { @@ -786,7 +787,7 @@ var phetioSims = whiteSplit( testPhetioString ); $.ajax( { - url: '../perennial/data/accessibility' + url: '../perennial/data/interactive-description' } ).done( function( accessibleSimsString ) { var accessibleSims = whiteSplit( accessibleSimsString );