From a6cc307e0e0ac7a01cbdd876b12b5f6799fb033a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Thu, 7 Nov 2019 14:47:23 +0100 Subject: [PATCH] Some Behat tests need the @_file_upload tag. --- tests/behat/import_test.feature | 2 +- tests/behat/testquestion_upload_responses.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/import_test.feature b/tests/behat/import_test.feature index ee1ac2a..93dd117 100644 --- a/tests/behat/import_test.feature +++ b/tests/behat/import_test.feature @@ -1,4 +1,4 @@ -@ou @ou_vle @qtype @qtype_pmatch +@ou @ou_vle @qtype @qtype_pmatch @_file_upload Feature: Import and export pattern match questions As a teacher In order to reuse my pattern match questions diff --git a/tests/behat/testquestion_upload_responses.feature b/tests/behat/testquestion_upload_responses.feature index ea87dd4..eb03fbd 100644 --- a/tests/behat/testquestion_upload_responses.feature +++ b/tests/behat/testquestion_upload_responses.feature @@ -1,4 +1,4 @@ -@ou @ou_vle @qtype @qtype_pmatch +@ou @ou_vle @qtype @qtype_pmatch @_file_upload Feature: Test uploading test responses in the pattern match test this question feature In order to test pattern match question accuracy As a teacher