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
when doing the work for updating to latest Moodle 3.9, I ran your Behat tests and get the following error:
.U------U-----.U---------
--- Failed hooks:
AfterStep # behat_hooks::after_step_javascript()
Coding error detected, it must be fixed by a programmer: Step 'I navigate to "Edit profile" node in "My profile settings"'' is undefined. (coding_exception)
AfterStep # behat_hooks::after_step_javascript()
Coding error detected, it must be fixed by a programmer: Step 'I navigate to "Edit profile" node in "My profile settings"'' is undefined. (coding_exception)
2 scenarios (2 failed)
25 steps (2 passed, 3 undefined, 20 skipped)
1m9.46s (45.66Mb)
This step can be fixed with the step When I open my profile in edit mode
A background to make the button available in the atto editor is also needed in my opinion:
Given the following config values are set as admin:
| toolbar | other = html, computing | editor_atto |
Thanks for fixing the tests in advance and best, Kathrin
The text was updated successfully, but these errors were encountered:
Hello,
when doing the work for updating to latest Moodle 3.9, I ran your Behat tests and get the following error:
This step can be fixed with the step
When I open my profile in edit mode
A background to make the button available in the atto editor is also needed in my opinion:
Thanks for fixing the tests in advance and best, Kathrin
The text was updated successfully, but these errors were encountered: