You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor contains a button for submitting the exercise
Failure/Error: submission = build(:submission, user:, exercise:)
NameError:
undefined local variable or method `user' for #<RSpec::ExampleGroups::Editor:0x00007f6235db79e8>
[Screenshot Image]: /home/runner/work/codeocean/codeocean/tmp/screenshots/failures_r_spec_example_groups_editor_contains_a_button_for_submitting_the_exercise_155.png
I18n does not have missing keys
Failure/Error:
expect(missing_keys).to be_empty,
"Missing #{missing_keys.leaves.count} I18n keys, " \
'run `i18n-tasks missing` to show them. ' \
'If this is a false positive, you can add exceptions for translation keys ' \
"in `config/i18n_tasks.yml` under 'ignore'. See https://github.com/glebm/i18n-tasks#configuration " \
'for more details.'
Missing 4 I18n keys, run `i18n-tasks missing` to show them. If this is a false positive, you can add exceptions for translation keys in `config/i18n_tasks.yml` under 'ignore'. See https://github.com/glebm/i18n-tasks#configuration for more details.
I18n does not have unused keys
Failure/Error:
expect(unused_keys).to be_empty,
"#{unused_keys.leaves.count} unused I18n keys, run `i18n-tasks unused` to show them. " \
'If this is a false positive, you can add exceptions for translation keys ' \
"in `config/i18n_tasks.yml` under 'ignore_unused'. See https://github.com/glebm/i18n-tasks#configuration " \
'for more details.'
10 unused I18n keys, run `i18n-tasks unused` to show them. If this is a false positive, you can add exceptions for translation keys in `config/i18n_tasks.yml` under 'ignore_unused'. See https://github.com/glebm/i18n-tasks#configuration for more details.
I18n files are normalized
Failure/Error: expect(non_normalized).to be_empty, error_message
The following files need to be normalized:
config/locales/en/exercise.yml
config/locales/en/user_exercise_feedback.yml
config/locales/de/exercise.yml
config/locales/de/user_exercise_feedback.yml
Please run `i18n-tasks normalize` to fix these.