MDL-76169 question: General behat fixes

Whilst amending these tests I discovered some other minor fixes to be
made.
This commit is contained in:
Andrew Nicols 2022-11-02 15:11:21 +08:00
parent 8ffbaad330
commit bcbdb8764a
7 changed files with 14 additions and 29 deletions

View file

@ -1,4 +1,4 @@
@qbank @qbank_previewquestion @javascript
@qbank @qbank_previewquestion
Feature: A teacher can preview questions in the question bank
In order to ensure the questions are properly created
As a teacher

View file

@ -16,7 +16,6 @@ Feature: Use the qbank plugin manager page for previewquestion
| questioncategory | qtype | name | questiontext |
| Test questions | truefalse | First question | Answer the first question |
@javascript
Scenario: Enable/disable previewquestion column from the base view
Given I log in as "admin"
When I navigate to "Plugins > Question bank plugins > Manage question bank plugins" in site administration