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've just switched to using poltergeist as my driver, and am having an issue with my screenshots. They will save fine, but the images are only about 10px tall. I have my current window size in capy/poltergeist set to 1680x1050. The strange thing is, the issue only occurs on our pages that use Ember... other page images are appropriately sized. A similar thing occurred when I first started using capybara-webkit, until I was told I had to set the webkit_options. Is there a similar setting for poltergeist that I'm not seeing?
Also, if I do a save_screenshot, the image on the very same page looks fine. It's screenshot_and_save_page and screenshots on failures that have this issue.
The text was updated successfully, but these errors were encountered:
I've just switched to using poltergeist as my driver, and am having an issue with my screenshots. They will save fine, but the images are only about 10px tall. I have my current window size in capy/poltergeist set to 1680x1050. The strange thing is, the issue only occurs on our pages that use Ember... other page images are appropriately sized. A similar thing occurred when I first started using capybara-webkit, until I was told I had to set the webkit_options. Is there a similar setting for poltergeist that I'm not seeing?
Also, if I do a
save_screenshot
, the image on the very same page looks fine. It'sscreenshot_and_save_page
and screenshots on failures that have this issue.The text was updated successfully, but these errors were encountered: