An error occurred while fetching this tab.
web: clear `localStorage` on Puppeteer driver creation
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: valerybugakov
It should fix localStorage.clear()
errors in web integration tests. See related issue: https://github.com/puppeteer/puppeteer/issues/1607#issuecomment-428263737
localStorage.clear()
to the driver init step.
Push commits to the source branch or add previously merged commits to review them.