playwright/browsers.json
Dmitry Gozman 3846d05f02
feat(firefox): bump to 1217 (#4560)
Also add a test for multiple dialogs of the same type.
2020-12-01 14:40:03 -08:00

21 lines
351 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "828656",
"download": true
},
{
"name": "firefox",
"revision": "1217",
"download": true
},
{
"name": "webkit",
"revision": "1395",
"download": true
}
]
}