Skip to content

Translations for metaStep #2568

@Diokuz

Description

@Diokuz

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions