Closed (fixed)
Project:
BOTCHA Spam Prevention
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2013 at 16:43 UTC
Updated:
3 Feb 2013 at 13:40 UTC
There are some things that need to be fixed before we could get started to make all Selenium tests passed as described in #1886982: [META] Make all Selenium tests passed.
They are:
These two points are important since tests could be launched against original site (and they do - in Opera and IE case). So we should be cautious.
Comments
Comment #1
PatchRanger commentedDone: http://drupalcode.org/project/botcha.git/commit/5f96819.
Now Selenium tests on original site runs smoothly as a normal Simpletest test.
This is important for Opera and IE testing, since they can't override User-Agent string, which makes them non-runnable on Simpletest sandbox.
Just don't forget to launch Selenium server before start Opera or IE testing ;)