From 1fe7dfd9f0f42dceff4f42f7ec8c5706c8b4b836 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 29 Jun 2016 17:49:16 +0100 Subject: [PATCH] MDL-32135 mod_choice: fix behat tests --- mod/choice/tests/behat/publish_results.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod/choice/tests/behat/publish_results.feature b/mod/choice/tests/behat/publish_results.feature index 2e1e7fefbc8..16faeab5165 100644 --- a/mod/choice/tests/behat/publish_results.feature +++ b/mod/choice/tests/behat/publish_results.feature @@ -76,6 +76,11 @@ Feature: A teacher can choose one of 4 options for publishing choice results And I expand all fieldsets And I set the following fields to these values: | Restrict answering to this time period | 1 | + | timeopen[day] | 1 | + | timeopen[month] | January | + | timeopen[year] | 2010 | + | timeclose[day] | 2 | + | timeclose[month] | January | | timeclose[year] | 2010 | And I press "Save and return to course" And I log out -- 2.17.1