diff --git a/mod/choice/tests/behat/allow_preview.feature b/mod/choice/tests/behat/allow_preview.feature index f5c2428abca..9d2c1d2961e 100644 --- a/mod/choice/tests/behat/allow_preview.feature +++ b/mod/choice/tests/behat/allow_preview.feature @@ -27,9 +27,12 @@ Feature: Allow choice preview | option[0] | Option 1 | | option[1] | Option 2 | | Restrict answering to this time period | 1 | - | timeopen[day] | 31 | + | timeopen[day] | 30 | | timeopen[month] | December | | timeopen[year] | 2037 | + | timeclose[day] | 31 | + | timeclose[month] | December | + | timeclose[year] | 2037 | | Show preview | 1 | And I log out When I log in as "student1"