Roll chromium to r486981. (#87)

This patch rolls chromium to r486981 and prepares
for the introduction of device emulation.
This commit is contained in:
Pavel Feldman
2017-07-17 12:15:06 -07:00
committed by Andrey Lushnikov
parent 9eb46d613d
commit 4581ada210
4 changed files with 49 additions and 81 deletions

View File

@@ -221,7 +221,7 @@ describe('Puppeteer', function() {
await page.waitFor('*');
fail('Failed waitFor did not throw.');
} catch (e) {
expect(e.message).toBe('Evaluation failed: document.querySelector is not a function');
expect(e.message).toContain('Evaluation failed: document.querySelector is not a function');
}
}));
});