running the watch_page tests - are a generally quick way to tell if it's working or not
michelled has quit
michelled joined the channel
bendk, when I run the sslapp - I still get all the mixed content warning and no styling - is that expected at this point - should I only be worrying about the embedder?
janeted has quit
janeted joined the channel
bendk
janeted: hey
so I think there's more setup to get the webdriver tests working
did you talk about using a newer firefox repository or something?
Getting this
WebDriverException: Message: 'Can\'t load the profile. Profile Dir: /tmp/tmpyYfk6F Firefox output: Xlib: extension "RANDR" missing on display ":99".\n1406560861323\taddons.xpi\tDEBUG\tstartup\n1406560861324\taddons.xpi\tDEBUG\tcheckForChanges\n1406560861331\taddons.xpi\tDEBUG\tNo changes found\n\n(firefox:69): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Error spawning command line `dbus-launch --autolaunch=e231bd104f2db65aa509bb
and yeah, with sslapp you will get errors right now
I think we can the ones that are our fault
but then there's still the issue of video providers that don't support SSL
(like vimeo.com, which is the video we link to on the home page)
so short-term, I'd like to switch that video to the youtube version
long-term, I think we can detect there's an issue and put up some sort of message where the video would be that explains the situation
and lastly, a link to reopen the page using http
janeted: heh, I'll just keep talking even though I suspect you're not connected right now :)
one last issue that I'm realizing may pop up is with the javascript/CSS bundles
the reason we can skip the compile_media step is that we now generate them on the fly
the issue with that is that it can take like 5 seconds or so on my machine for the larger JS bundles. It's not a big deal when running a dev server, since we then cache the result, but it might cause some tests to fail if they don't wait long enough
not sure if that's an issue or not, but if it is I can add a command to pre-fill the cache
michelled has quit
janeted has quit
janeted joined the channel
janeted
hey bendk sorry -
michelled joined the channel
I disconnected then froze -but I think I caught most of what you were saying
I forgot to mention to you that there were a few config changes I had to make to run the sel tests
I can push what I changed in a branch -
1 was adding the firefox repos to the docker file
that other was a few things in the fig.yml file for the live server ports
bendk
yeah, please push to a branch
I'll check them out
janeted
ok
bendk
also, there was a bit more
janeted
yes - about the bundles and the timeout
bendk
11:23:28 AM) bendk: and yeah, with sslapp you will get errors right now
(11:23:53 AM) bendk: I think we can the ones that are our fault
(11:24:03 AM) bendk: but then there's still the issue of video providers that don't support SSL
(11:24:12 AM) bendk: (like vimeo.com, which is the video we link to on the home page)
(11:24:20 AM) bendk: so short-term, I'd like to switch that video to the youtube version
(11:24:50 AM) bendk: long-term, I think we can detect there's an issue and put up some sort of message where the video would be that explains the situation
(11:25:08 AM) bendk: and lastly, a link to reopen the page using http
and the above stuff
janeted
I can try adding a timeout to see if that's it
bendk
hmm, yeah, I was more thinking that it could be an issue in the future. But now that I think about it, it could be why the media isn't loading