My cucumber feature step always stops running when occurring the time out & element not clickable issue.
when running my automation script of couple feature file together, my cucumber feature step always stops running when met the issue mentioned above, this causes me can't generate the final status report. can anyone help with this issue? is that because my cucumber version is too old?
below is my package.json file
"dependencies": {
"chai": "4.0.2",
"chai-as-promised": "7.1.1",
"cucumber": "^2.3.0",
"cucumber-html-reporter": "^2.0.0",
"moment": "2.18.1",
"protractor": "5.1.1",
"protractor-cucumber-framework": "^3.1.1",
"q": "^1.5.0",
"simple-oauth2": "^1.2.0",
"cucumber-junit": "^1.7.0"
and below is the snapshot of my error. enter image description here