File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"clean" : " rimraf target" ,
8
8
"lint" : " tslint --config ./tslint.json --project ./tsconfig.json --format stylish" ,
9
9
"pretest" : " serenity update" ,
10
- "pree2e" : " npm run lint && npm run webdriver:update -- --standalone" ,
10
+ "pree2e" : " npm run lint && npm run webdriver:update -- --standalone --versions.standalone=2.53.1 " ,
11
11
"e2e" : " protractor ./protractor.conf.js --cucumberOpts.name 'Connie looks for the next train'" ,
12
12
"report" : " serenity run" ,
13
13
"test" : " failsafe clean e2e report" ,
33
33
"protractor" : " 5.1.2" ,
34
34
"rimraf" : " 2.6.1" ,
35
35
"serenity-cli" : " >= 0.4.0" ,
36
- "serenity-js" : " >= 1.7.0 " ,
36
+ "serenity-js" : " >= 1.10.1 " ,
37
37
"ts-node" : " 3.0.6" ,
38
38
"tslint" : " 5.4.3" ,
39
39
"tslint-microsoft-contrib" : " 5.0.0" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export interface JourneySummary {
9
9
arrivalTime : string ;
10
10
}
11
11
12
- export const JourneysFound = ( ) => Question . where ( `#actor checks the results `, actor =>
12
+ export const JourneysFound = ( ) => Question . about ( ` the journeys found `, actor =>
13
13
14
14
BrowseTheWeb . as ( actor ) . locateAll ( JourneyResults . List ) .
15
15
map ( resultsToJourneySummaries ) as PromiseLike < JourneySummary [ ] > ,
You can’t perform that action at this time.
0 commit comments