@@ -12,11 +12,15 @@ module.exports = {
12
12
amOutsideAngularApp : 'suisALExtérieurDeLApplicationAngular' ,
13
13
amInsideAngularApp : 'suisALIntérieurDeLApplicationAngular' ,
14
14
waitForElement : 'attendsLElément' ,
15
- waitForClickable : 'attends ' ,
15
+ waitForClickable : 'attendsDeCliquer ' ,
16
16
waitForVisible : 'attendsPourVoir' ,
17
+ waitForEnabled : 'attendsLActivationDe' ,
18
+ waitForInvisible : 'attendsLInvisibilitéDe' ,
19
+ waitInUrl : 'attendsDansLUrl' ,
17
20
waitForText : 'attendsLeTexte' ,
18
21
moveTo : 'vaisSur' ,
19
22
refresh : 'rafraîchis' ,
23
+ refreshPage : 'rafraîchisLaPage' ,
20
24
haveModule : 'ajouteLeModule' ,
21
25
resetModule : 'réinitialiseLeModule' ,
22
26
amOnPage : 'suisSurLaPage' ,
@@ -59,5 +63,13 @@ module.exports = {
59
63
grabCookie : 'prendsLeCookie' ,
60
64
resizeWindow : 'redimensionneLaFenêtre' ,
61
65
wait : 'attends' ,
66
+ clearField : 'effaceLeChamp' ,
67
+ dontSeeElementInDOM : 'neVoisPasDansLeDOM' ,
68
+ moveCursorTo : 'bougeLeCurseurSur' ,
69
+ scrollTo : 'défileVers' ,
70
+ sendGetRequest : 'envoieLaRequêteGet' ,
71
+ sendPutRequest : 'envoieLaRequêtePut' ,
72
+ sendDeleteRequest : 'envoieLaRequêteDelete' ,
73
+ sendPostRequest : 'envoieLaRequêtePost' ,
62
74
} ,
63
75
} ;
0 commit comments