mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Updated comment for runGeneratorsInBrowser to refer to Chrome instead of Firefox.
This commit is contained in:
@@ -32,8 +32,8 @@ async function runLangGeneratorInBrowser(browser, filename, codegenFn) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Runs the generator tests in Firefox. It uses webdriverio to
|
||||
* launch Firefox and load index.html. Outputs a summary of the test results
|
||||
* Runs the generator tests in Chrome. It uses webdriverio to
|
||||
* launch Chrome and load index.html. Outputs a summary of the test results
|
||||
* to the console and outputs files for later validation.
|
||||
* @return the Thenable managing the processing of the browser tests.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user