catalyst / moodle-block_multiblock

Moodle plugin which allows you to embed multiple blocks within a single block region using different formats including tabs and accordions
GNU General Public License v3.0
12 stars 12 forks source link

Fix behat tests for 4.0+ #96

Closed marxjohnson closed 1 year ago

marxjohnson commented 1 year ago

Currently behat tests fail on Moodle 4.0+ due to the deprecated step And I select "Add a block" from flat navigation drawer.

Our GitHub actions currently run again Moodle stable versions from 3.5 to master. To resolve this issue we will need to create a new stable branch for Moodle <=3.11, and remove later vesions from the test matrix. We will then need to fix the deprecated step on the master branch and remove older versions from that test matrix.

marxjohnson commented 1 year ago

This isn't actually needed, I had messed up my branch. Closing.