https://bugzilla.wikimedia.org/show_bug.cgi?id=53691

--- Comment #16 from Ċ½eljko Filipin <zfili...@wikimedia.org> ---
Strange. I am pretty sure PhantomJS has JS. :)

But, this simple script takes screen shot that shows it can not load visual
editor.

require "watir-webdriver"
browser = Watir::Browser.new :phantomjs
browser.goto
"https://test2.wikipedia.org/wiki/User:Zeljko.filipin%28WMF%29?veaction=edit&vewhitelist=1";
browser.window.resize_to 1280, 1024
browser.screenshot.save "ve.png"

If :phantomjs is replaced with :firefox, then visual editor opens just fine
(see screen shots).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to