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

Add behat support for non boost themes #73

Closed iplusacademy closed 1 year ago

iplusacademy commented 3 years ago

The lines

    # The usual 'And I add "Multiblock" block' step can fail in JS with lots of blocks present.
    And I select "Add a block" from flat navigation drawer
    And I click on "Multiblock" "link"

are not necesary and can be replaced by the default method to create a block.

And I add the "Multiblock" block

This way, non boost based themes without a navigation drawer can also be tested. I did the changes with a classic based theme, and all tests pass.

danmarsden commented 1 year ago

behat steps updated along these lines in #87 - thanks!