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 |
?> |
?> |