-
-
Notifications
You must be signed in to change notification settings - Fork 751
-
@Vorobeyko says it is not realized yet. But we need that.
// translations.js
module.exports = {
osago: 'ОСАГО',
actions: {
fillFirstStep: 'фывафцуфау',
},
}
but in the step.start
event I only have
step {
...
metaStep: MetaStep {
actor: 'osago:',
helper: null,
name: 'fillFirstStep',
helperMethod: 'fillFirstStep',
status: 'pending',
suffix: '',
prefix: '',
comment: '',
args: [],
stack: ''
},
}
Probably should be handled here https://github.com/codeceptjs/CodeceptJS/blob/master/lib/container.js#L176
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment