mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Roll chromium to r486981. (#87)
This patch rolls chromium to r486981 and prepares for the introduction of device emulation.
This commit is contained in:
committed by
Andrey Lushnikov
parent
9eb46d613d
commit
4581ada210
@@ -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');
|
||||
}
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user