Skip to content

Commit

Permalink
Change query parameter shuffleListeners => listenerOrder, see phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 3, 2023
1 parent faff56f commit 9e4f88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/listContinuousTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ runnableRepos.forEach( repo => {
} );

tests.push( {
test: [ repo, 'fuzz', 'unbuilt', 'shuffleListeners' ],
test: [ repo, 'fuzz', 'unbuilt', 'listenerOrderRandom' ],
type: 'sim-test',
url: `${repo}/${repo}_en.html`,
queryParameters: 'brand=phet&ea&fuzz&shuffleListeners&memoryLimit=1000',
queryParameters: 'brand=phet&ea&fuzz&listenerOrder=random&memoryLimit=1000',
priority: 0.3
} );

Expand Down

0 comments on commit 9e4f88d

Please sign in to comment.