Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit bba1c57

Browse files
author
Nurhan Turgut
committed
small comment change
1 parent fb712f9 commit bba1c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web_ui/dev/integration_tests_manager.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ class FirefoxIntegrationArguments extends IntegrationArguments {
359359
'--target=test_driver/${testName}',
360360
'-d',
361361
'web-server',
362-
'--release', // Keep running Firefox on release mode.
362+
// Keep running Firefox on release mode.
363+
'--release',
363364
'--browser-name=firefox',
364365
'--headless',
365366
'--local-engine=host_debug_unopt',

0 commit comments

Comments
 (0)