Command line: page objects

This test-case is intended for page objects that are used on the command line (such as Date).
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable the Console panel.
  2. Execute new Date("15/02/2011 10:00") on the command line.
  3. Verify the output it should be: Date { Fri Mar 02 2012 10:00:00 GMT+0100 }