refactor: remove unused parameters (#28203)

PR Close #28203
This commit is contained in:
Daniel Ruf
2019-01-17 12:34:30 +01:00
committed by Alex Rickabaugh
parent cf8770f3cc
commit b9854e582f
2 changed files with 3 additions and 4 deletions

View File

@ -143,8 +143,7 @@ if (process.env['WEB_TEST_METADATA']) {
binary: chromeBin,
args: args,
}
},
'is determined by the browsers attribute');
});
}
if (webTestNamedFiles['FIREFOX']) {
// TODO(gmagolan): implement firefox support for protractor