-
-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Description
Following UI test will fail if another language (e.g. German) is used.
gaphor/gaphor/ui/tests/test_modelbrowser.py
Line 268 in 97a7b58
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
Labels
No labels