Skip to content

Commit

Permalink
bethat set default editor to atto rather than the new tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Apr 24, 2023
1 parent 23b3683 commit b3892c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/behat/basic_test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Feature: Test all the basic functionality of this Gapfill question type
And the following "course enrolments" exist:
| user | course | role |
| teacher | C1 | editingteacher |
Given the following "user preferences" exist:
| user | preference | value |
| teacher | htmleditor | atto |

@javascript
Scenario: Create, edit then preview a gapfill question.
Expand All @@ -33,6 +36,7 @@ Feature: Test all the basic functionality of this Gapfill question type

When I choose "Edit question" action for "Gapfill-001" in the question bank
And I set the field "Question name" to "Gapfill-002"

And I press "Gap settings"
And I click on "//span[@id='id1_0']" "xpath_element"
And I wait "1" seconds
Expand Down

0 comments on commit b3892c7

Please sign in to comment.