mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Check whether generator tests work under chrome + osx
This commit is contained in:
@@ -59,7 +59,7 @@ function runLangGeneratorInBrowser(browser, filename, codegenFn) {
|
||||
function runGeneratorsInBrowser() {
|
||||
var options = {
|
||||
desiredCapabilities: {
|
||||
browserName: 'firefox'
|
||||
browserName: 'chrome'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user