mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 09:00:30 +01:00
MDL-75596 added an "Insert an activity or resource before ..." button that allows adding an activity or a resource before or after another activity in a course. This renders the button in the DOM (although hidden and shown only on mouseover) when there's at least one activity in the course. In this issue, the button's label was renamed to "Add an activity or resource before ..." and it now obscures the normal "Add an activity or resource" button at the bottom of the course section from being interacted on when running Behat tests. This failure happens in the create_activity.feature file as it creates two DB activities in a single scenario – one when "usecomments" is turned on and one when it's turned off. Given this limitation, a workaround is to split the "Teacher cannot enable comments if they are disabled at site level" scenario into two scenarios with the first one testing when "usecomments" is on while the second scenario testing when "usecomments" is turned off.