/[openfoncier]/trunk/tests/testServiceConsulte.php
ViewVC logotype

Diff of /trunk/tests/testServiceConsulte.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1714 by nhaye, Tue Apr 16 17:38:50 2013 UTC revision 1715 by nhaye, Wed Apr 17 08:59:58 2013 UTC
# Line 87  class ServiceConsulte extends BaseTestCa Line 87  class ServiceConsulte extends BaseTestCa
87          $this->logout();          $this->logout();
88      }      }
89    
90        /**
91         *
92         */
93        public function testDemandesAvisPassees() {
94            //
95            $this->login();
96    
97            $this->clickAndWait("link=Demandes passées");
98            $this->clickAndWait("link=AZ0130551200001P0");
99            $this->verifyNoDatabaseError();
100            $this->verifyTextPresent("Demandes d'avis > passées");
101            // $this->click("//div[@id='portlet-actions']/ul/li/a/span");
102            // $this->waitForPopUp("", "30000");
103            // $this->selectPopUp();
104            // sleep(5);
105            // $this->verifyNoDatabaseError();
106            // $this->verifyTextPresent("Avis solicité pour conformité");
107            // $this->verifyTextPresent("Direction de l'Eau et de l'Assainissement");
108            // $this->close();
109            // $this->selectWindow();
110            //
111            $this->logout();
112        }
113    
114  }  }
115  ?>  ?>

Legend:
Removed from v.1714  
changed lines
  Added in v.1715

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26