~guerrilla/psiphon/sprint3-457334

« back to all changes in this revision

Viewing changes to trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon11TestCase.php

  • Committer: grl
  • Date: 2010-10-25 06:20:58 UTC
  • Revision ID: grl@grl-ub10-20101025062058-qdv17agtubub25cx
Updates to 20101022-Onseleniumautotestsissues.pdf Issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        $this->selenium->waitForPageToLoad(PsiphonTestConfig::$UrlTimeOut);
21
21
        // Press button ADD
22
22
        $this->selenium->click("//html/body/table[1]/tbody/tr[2]/td/form/table/tbody/tr/th[2]/a");
23
 
         $this->selenium->waitForPageToLoad(PsiphonTestConfig::$UrlTimeOut);
 
23
        $this->selenium->waitForPageToLoad(PsiphonTestConfig::$UrlTimeOut);
24
24
         // Type 
25
25
        $this->selenium->type("//html/body/table[1]/tbody/tr[2]/td/form/table/tbody/tr[2]/td[1]/input[2]", "MSN");
26
26
        $this->selenium->type("//html/body/table[1]/tbody/tr[2]/td/form/table/tbody/tr[2]/td[1]/input[3]", "http://www.msn.com");