Index: tools/testing/dart/test_configurations.dart |
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart |
index 384bfb0d00fce99289742106663169a4f84b7cfc..b0e044cba03ff9b5542d61e7c90373f747efc1d2 100644 |
--- a/tools/testing/dart/test_configurations.dart |
+++ b/tools/testing/dart/test_configurations.dart |
@@ -69,7 +69,7 @@ Future testConfigurations(List<Map> configurations) async { |
var recordingPath = firstConf['record_to_file']; |
var recordingOutputPath = firstConf['replay_from_file']; |
- Browser.deleteCache = firstConf['clear_browser_cache']; |
+ Browser.resetBrowserConfiguration = firstConf['reset_browser_configuration']; |
if (recordingPath != null && recordingOutputPath != null) { |
print("Fatal: Can't have the '--record_to_file' and '--replay_from_file'" |