40 |
|
|
41 |
// |
// |
42 |
$this->clickAndWait("link=mes encours"); |
$this->clickAndWait("link=mes encours"); |
|
$this->verifyTextPresent("DI"); |
|
43 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
44 |
|
$this->verifyTextPresent("DI"); |
45 |
// |
// |
46 |
$this->clickAndWait("link=tous les encours"); |
$this->clickAndWait("link=tous les encours"); |
|
$this->verifyTextPresent("DI"); |
|
47 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
48 |
|
$this->verifyTextPresent("DI"); |
49 |
// |
// |
50 |
$this->clickAndWait("link=mes clôturés"); |
$this->clickAndWait("link=mes clôturés"); |
|
$this->verifyTextPresent("DI"); |
|
51 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
52 |
|
$this->verifyTextPresent("DI"); |
53 |
// |
// |
54 |
$this->clickAndWait("link=tous les clôturés"); |
$this->clickAndWait("link=tous les clôturés"); |
|
$this->verifyTextPresent("DI"); |
|
55 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
56 |
|
$this->verifyTextPresent("DI"); |
57 |
// |
// |
58 |
$this->clickAndWait("link=recherche"); |
$this->clickAndWait("link=recherche"); |
|
$this->verifyTextPresent("DI"); |
|
59 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
60 |
|
$this->verifyTextPresent("DI"); |
61 |
// |
// |
62 |
$this->clickAndWait("link=dossiers à qualifier"); |
$this->clickAndWait("link=dossiers à qualifier"); |
|
$this->verifyTextPresent("dossier"); |
|
63 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
64 |
|
$this->verifyTextPresent("dossier"); |
65 |
// |
// |
66 |
$this->clickAndWait("link=Mes retours"); |
$this->clickAndWait("link=Mes retours"); |
|
$this->verifyTextPresent("dossier"); |
|
67 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
68 |
|
$this->verifyTextPresent("dossier"); |
69 |
// |
// |
70 |
$this->clickAndWait("link=Tous les retours"); |
$this->clickAndWait("link=Tous les retours"); |
|
$this->verifyTextPresent("dossier"); |
|
71 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
72 |
|
$this->verifyTextPresent("dossier"); |
73 |
// |
// |
74 |
$this->clickAndWait("link=Mes messages"); |
$this->clickAndWait("link=Mes messages"); |
|
$this->verifyTextPresent("dossier"); |
|
75 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
76 |
|
$this->verifyTextPresent("dossier"); |
77 |
// |
// |
78 |
$this->clickAndWait("link=Tous les messages"); |
$this->clickAndWait("link=Tous les messages"); |
|
$this->verifyTextPresent("dossier"); |
|
79 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
80 |
|
$this->verifyTextPresent("dossier"); |
81 |
// |
// |
82 |
$this->clickAndWait("css=a.commission_mes_retours-16"); |
$this->clickAndWait("css=a.commission_mes_retours-16"); |
|
$this->verifyTextPresent("dossier"); |
|
83 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
84 |
|
$this->verifyTextPresent("dossier"); |
85 |
// |
// |
86 |
$this->clickAndWait("css=a.commission_tous_retours-16"); |
$this->clickAndWait("css=a.commission_tous_retours-16"); |
|
$this->verifyTextPresent("dossier"); |
|
87 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
88 |
|
$this->verifyTextPresent("dossier"); |
89 |
|
|
90 |
// |
// |
91 |
$this->logout(); |
$this->logout(); |
97 |
public function testConsultationDeServices() { |
public function testConsultationDeServices() { |
98 |
// |
// |
99 |
$this->login(); |
$this->login(); |
100 |
|
|
101 |
|
// |
102 |
$this->clickAndWait("link=mes encours"); |
$this->clickAndWait("link=mes encours"); |
103 |
|
$this->verifyNoErrors(); |
104 |
|
|
105 |
// Accès au dossier en visualisation |
// Accès au dossier en visualisation |
106 |
$this->clickAndWait("link=AZ0130551200001P0"); |
$this->clickAndWait("link=AZ0130551200001P0"); |
107 |
$this->verifyNoErrors(); |
$this->verifyNoErrors(); |
108 |
|
|
109 |
// Accès à l'onglet des consultations |
// Accès à l'onglet des consultations |
110 |
$this->click("id=consultation"); |
$this->click("id=consultation"); |
111 |
$this->setSpeed('120'); |
$this->setSpeed('120'); |