@sliute and I today encountered issues with failing file uploads running acceptance tests with Moodle 3.3 running `theme_boost`. We crudely ported [the patch from `behat_repository_upload`](https://github.com/moodle/moodle/compare/master...LukeCarrier:MDL-NOBUG-selenium-remote-node-file-upload-master) to [the `theme_boost` equivalent](https://github.com/moodle/moodle/blob/f5b956679ea5e5c77894a8ff2b9c44fe33520ad5/theme/boost/tests/behat/behat_theme_boost_behat_repository_upload.php#L65-L132), which works. Suggested steps: - [x] Update the patch linked in the documentation - [ ] Attempt to get it upstreamed and backported to all support branches
@sliute and I today encountered issues with failing file uploads running acceptance tests with Moodle 3.3 running
theme_boost. We crudely ported the patch frombehat_repository_uploadto thetheme_boostequivalent, which works.Suggested steps: