mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(chromium) roll Chromium to r809590 (#6458)
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
This commit is contained in:
@@ -43,7 +43,7 @@ describeFailsFirefox('Emulate idle state', () => {
|
||||
it('changing idle state emulation causes change of the IdleDetector state', async () => {
|
||||
const { page, server, context } = getTestState();
|
||||
await context.overridePermissions(server.PREFIX + '/idle-detector.html', [
|
||||
'notifications',
|
||||
'idle-detection',
|
||||
]);
|
||||
|
||||
await page.goto(server.PREFIX + '/idle-detector.html');
|
||||
|
||||
Reference in New Issue
Block a user