Skip to content

Commit

Permalink
make import behat test work
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Mar 2, 2024
1 parent fca5c9e commit d914800
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/behat/import.feature
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
@qtype @qtype_aitext
@qtype @qtype_aitext @qtype_aitext_import
Feature: Test importing aitext questions
As a teacher
In order to reuse aitext questions
I need to import them
As a teacher
In order to reuse aitext questions
I need to import them

Background:
Given the following "users" exist:
| username |
| teacher |
| username |
| teacher |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
| fullname | shortname | category |
| Course 1 | C1 | 0 |
And the following "course enrolments" exist:
| user | course | role |
| teacher | C1 | editingteacher |
| user | course | role |
| teacher | C1 | editingteacher |

@javascript @_file_upload
Scenario: import aitext question.
Expand Down

0 comments on commit d914800

Please sign in to comment.