(status)
| 3639 | } |
| 3640 | |
| 3641 | function isStepDoneStatus(status) { |
| 3642 | return status === 'completed' || status === 'manual_completed' || status === 'skipped'; |
| 3643 | } |
| 3644 | |
| 3645 | function getFirstUnfinishedStep(statuses = {}) { |
| 3646 | if (typeof loggingStatus !== 'undefined' && loggingStatus?.getFirstUnfinishedStep) { |
no outgoing calls
no test coverage detected