Skip to content

UI Test is failing because test lacks i18n #3527

@nomisge

Description

@nomisge

Following UI test will fail if another language (e.g. German) is used.

assert branch.relationships[0].readonly_text == "general: General"

Since the assertions argument is checked on the english output "general: General" only, it will fail in other languages. The German text would be "'allgemein: General'" obviously not the same.

If I haven't got it wrong, I suggest to either check for the string containing "General" only or the parts, that are not localized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions