56 |
$this->waitForPopUp("", "30000"); |
$this->waitForPopUp("", "30000"); |
57 |
$this->selectPopUp(); |
$this->selectPopUp(); |
58 |
sleep(5); |
sleep(5); |
59 |
try { |
$this->verifyNoDatabaseError(); |
|
$this->assertFalse($this->isTextPresent("Erreur de base de données. Contactez votre administrateur.")); |
|
|
} catch (PHPUnit_Framework_AssertionFailedError $e) { |
|
|
array_push($this->verificationErrors, "Erreur de base de données."); |
|
|
} |
|
60 |
$this->verifyTextPresent("Registre des dossiers en cours"); |
$this->verifyTextPresent("Registre des dossiers en cours"); |
61 |
$this->close(); |
$this->close(); |
62 |
// |
// |
82 |
$this->waitForPopUp("", "30000"); |
$this->waitForPopUp("", "30000"); |
83 |
$this->selectPopUp(); |
$this->selectPopUp(); |
84 |
sleep(5); |
sleep(5); |
85 |
try { |
$this->verifyNoDatabaseError(); |
|
$this->assertFalse($this->isTextPresent("Erreur de base de données. Contactez votre administrateur.")); |
|
|
} catch (PHPUnit_Framework_AssertionFailedError $e) { |
|
|
array_push($this->verificationErrors, "Erreur de base de données."); |
|
|
} |
|
86 |
$this->verifyTextPresent("ATTESTATION D'AFFICHAGE REGLEMENTAIRE"); |
$this->verifyTextPresent("ATTESTATION D'AFFICHAGE REGLEMENTAIRE"); |
87 |
$this->close(); |
$this->close(); |
88 |
// |
// |
110 |
$this->waitForPopUp("", "30000"); |
$this->waitForPopUp("", "30000"); |
111 |
$this->selectPopUp(); |
$this->selectPopUp(); |
112 |
sleep(5); |
sleep(5); |
113 |
try { |
$this->verifyNoDatabaseError(); |
|
$this->assertFalse($this->isTextPresent("Erreur de base de données. Contactez votre administrateur.")); |
|
|
} catch (PHPUnit_Framework_AssertionFailedError $e) { |
|
|
array_push($this->verificationErrors, "Erreur de base de données."); |
|
|
} |
|
114 |
$this->verifyTextPresent("RECEPISSE DE DEPOT"); |
$this->verifyTextPresent("RECEPISSE DE DEPOT"); |
115 |
$this->close(); |
$this->close(); |
116 |
// |
// |
165 |
$this->waitForPopUp("", "30000"); |
$this->waitForPopUp("", "30000"); |
166 |
$this->selectPopUp(); |
$this->selectPopUp(); |
167 |
sleep(5); |
sleep(5); |
168 |
try { |
$this->verifyNoDatabaseError(); |
|
$this->assertFalse($this->isTextPresent("Erreur de base de données. Contactez votre administrateur.")); |
|
|
} catch (PHPUnit_Framework_AssertionFailedError $e) { |
|
|
array_push($this->verificationErrors, "Erreur de base de données."); |
|
|
} |
|
169 |
$this->verifyTextPresent("RECEPISSE DE DEPOT"); |
$this->verifyTextPresent("RECEPISSE DE DEPOT"); |
170 |
$this->close(); |
$this->close(); |
171 |
// |
// |