Open Julian-Tovar opened 3 weeks ago
I have fixed this issue with this patch, for your reference: 0001-INT-20392-block_openai_chat-Added-validation-to-unli.patch
I still think this plugin isn't really at fault. The design of that Behat test should allow the installation of plugins with reports containing the word "Logs", so please consider creating an MDL for that issue on https://tracker.moodle.org/ Thank you.
Good day team,
I'm not sure of how does the CI/CD for this project work, because I'm getting a failure on a Behat testcase from the Core suite, but maybe this testcase passes successfully for you?
I'm talking about the testcase in file 'customfield/tests/behat/edit_categories.feature' which makes part of the
@core
tests as you can see here: https://github.com/moodle/moodle/blob/main/customfield/tests/behat/edit_categories.featureThis test fails on my system because of these steps:
The "Reports > Logs" where the navigation takes place, is actually the OpenAI Chat Logs page.
Could you please run these tests from that .feature file, to see if they pass on
main
?Thank you.