Bug 1510866 [wpt PR 14283] - Remove browserName from default Chrome capabilities, a=testonly

Automatic update from web-platform-testsRemove browserName from default Chrome capabilities

The configuration for Chrome currently sends 'browserName' capability
to ChromeDriver by default. This is unnecessary, and causes errors in
several test cases in webdriver/tests/new_session, whenever a test case
wants to set a different browserName.

--

wpt-commits: 04d65b39f4f66d238f0329740ef658fafb446cf5
wpt-pr: 14283
This commit is contained in:
John Chen 2018-12-11 20:12:19 +00:00 коммит произвёл moz-wptsync-bot
Родитель 5c37e2397b
Коммит 6b497e9979
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,6 @@ def executor_kwargs(test_type, server_config, cache_manager, run_info_data,
executor_kwargs["close_after_done"] = True
capabilities = {
"browserName": "chrome",
"goog:chromeOptions": {
"prefs": {
"profile": {