feat(firefox): support "referer" option in Page.goto (#4000)

This commit is contained in:
Andrey Lushnikov
2019-02-13 13:49:05 -08:00
committed by GitHub
parent fbf36438e8
commit 670d758dfe
3 changed files with 4 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ module.exports.addTests = function({testRunner, expect, Errors, CHROME}) {
}
expect(error.message).toContain(url);
});
it_fails_ffox('should send referer', async({page, server}) => {
it('should send referer', async({page, server}) => {
const [request1, request2] = await Promise.all([
server.waitForRequest('/grid.html'),
server.waitForRequest('/digits/1.png'),