diff --git a/test/headful.spec.js b/test/headful.spec.js index 680a6bfa..11e33a7d 100644 --- a/test/headful.spec.js +++ b/test/headful.spec.js @@ -93,7 +93,7 @@ describeChromeOnly('headful tests', function () { * date in to force us to come back and debug properly in the * future. */ - new Date('2020-06-01'), + new Date('2020-07-01'), 'headless should be able to read cookies written by headful', async () => { const { server, puppeteer } = getTestState(); diff --git a/test/launcher.spec.js b/test/launcher.spec.js index 6e98824e..d09303eb 100644 --- a/test/launcher.spec.js +++ b/test/launcher.spec.js @@ -464,7 +464,7 @@ describe('Launcher specs', function () { * properly with help from the Mozilla folks. */ itFailsWindowsUntilDate( - new Date('2020-06-01'), + new Date('2020-07-01'), 'should be able to launch Firefox', async () => { const { puppeteer } = getTestState();