Index: tools/testing/dart/test_configurations.dart |
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart |
index b0e044cba03ff9b5542d61e7c90373f747efc1d2..384bfb0d00fce99289742106663169a4f84b7cfc 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.resetBrowserConfiguration = firstConf['reset_browser_configuration']; |
+ Browser.deleteCache = firstConf['clear_browser_cache']; |
if (recordingPath != null && recordingOutputPath != null) { |
print("Fatal: Can't have the '--record_to_file' and '--replay_from_file'" |