From 5cd2d375ef44cb996fd71c3c10d164f982f52e64 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 14 Jun 2021 19:06:28 +0000 Subject: [PATCH] Updated comment for runGeneratorsInBrowser to refer to Chrome instead of Firefox. --- tests/generators/run_generators_in_browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/generators/run_generators_in_browser.js b/tests/generators/run_generators_in_browser.js index 9fe1ebb78..d0ed80009 100644 --- a/tests/generators/run_generators_in_browser.js +++ b/tests/generators/run_generators_in_browser.js @@ -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. */