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
I am trying to generate a PDF from a page in my app via ferrum (by way of ferrum_pdf). When running my script with FERRUM_DEBUG=1 set, I get expected data right up until this happens:
The F is because I'm running this via RSpec and the test is marked as failed. The error message in the test is reported as unknown error: failed to close window in 20 seconds
Expected outcome:
The window should close and the test should pass (nothing else happens in the test).
The text was updated successfully, but these errors were encountered:
I am trying to generate a PDF from a page in my app via ferrum (by way of ferrum_pdf). When running my script with
FERRUM_DEBUG=1
set, I get expected data right up until this happens:The F is because I'm running this via RSpec and the test is marked as failed. The error message in the test is reported as
unknown error: failed to close window in 20 seconds
Expected outcome:
The window should close and the test should pass (nothing else happens in the test).
The text was updated successfully, but these errors were encountered: