Skip to content

Commit

Permalink
interactive-descriptions -> interactive-description, phetsims/a11y-re…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and jessegreenberg committed Mar 5, 2021
1 parent 8decc02 commit 6f572d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
* @param {Array.<string>} activeRepos - from active-repos
* @param {Array.<string>} phetioSims - from phet-io
* @param {Array.<string>} accessibleSims - from accessibility
* @param {Array.<string>} interactiveDescriptionims - from interactive-description
* @param {Array.<string>} wrappers - from wrappers
* @param {Array.<string>} colorProfileRepos - Has a color profile
* @param {Array.<string>} unitTestsRepos - Has unit tests
Expand Down Expand Up @@ -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: [ {
Expand Down Expand Up @@ -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 );

Expand Down

0 comments on commit 6f572d7

Please sign in to comment.