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:

  • Remove users after the test is finished.
  • Remove roles after the test is finished.
  • 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.

  • Correct the assertion of the situation when a recipe doesn't block a submission.

Comments

PatchRanger’s picture

Status: Active » Fixed

Done: 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 ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.