You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is working fine with chromium and webkit, but for firefox i got:
(node:10999) UnhandledPromiseRejectionWarning: TimeoutError: Navigation timeout of 30000 ms exceeded
at /Users/maksim.markelov/Desktop/test/node_modules/playwright-core/lib/frames.js:898:25
-- ASYNC --
at Frame.<anonymous> (/Users/maksim.markelov/Desktop/test/node_modules/playwright-core/lib/helper.js:54:23)
at Page.goto (/Users/maksim.markelov/Desktop/test/node_modules/playwright-core/lib/page.js:215:33)
at Page.<anonymous> (/Users/maksim.markelov/Desktop/test/node_modules/playwright-core/lib/helper.js:55:31)
at /Users/maksim.markelov/Desktop/test/index.js:9:16
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:10999) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
The text was updated successfully, but these errors were encountered:
Context:
Code Snippet
I got some example.html:
Describe the bug
It is working fine with chromium and webkit, but for firefox i got:
The text was updated successfully, but these errors were encountered: