feat(firefox): bump to 1206 (#4425)

This commit is contained in:
Yury Semikhatsky 2020-11-13 15:21:16 -08:00 committed by GitHub
parent 0167f8c182
commit 914c6eec23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -8,7 +8,7 @@
},
{
"name": "firefox",
"revision": "1205",
"revision": "1206",
"download": true
},
{

View file

@ -154,9 +154,7 @@ it('should work with binary post data and interception', async ({page, server})
expect(buffer[i]).toBe(i);
});
it('should override post data content type', (test, { browserName }) => {
test.fixme(browserName === 'firefox', 'Always reports application/octet-stream');
}, async ({page, server}) => {
it('should override post data content type', async ({page, server}) => {
await page.goto(server.EMPTY_PAGE);
let request = null;
server.setRoute('/post', (req, res) => {