projects
/
moodle-mod_attendance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ddadb
)
make session full day for tests.
author
Dan Marsden
<dan@danmarsden.com>
Mon, 1 May 2017 01:58:56 +0000
(13:58 +1200)
committer
Dan Marsden
<dan@danmarsden.com>
Tue, 9 May 2017 02:27:47 +0000
(14:27 +1200)
tests/behat/attendance_mod.feature
patch
|
blob
|
history
diff --git
a/tests/behat/attendance_mod.feature
b/tests/behat/attendance_mod.feature
index
ed2f9fc
..
c4ac3dd
100644
(file)
--- a/
tests/behat/attendance_mod.feature
+++ b/
tests/behat/attendance_mod.feature
@@
-46,6
+46,9
@@
Feature: Teachers and Students can record session attendance
And I set the field "Allow students to record own attendance" to "1"
And I set the following fields to these values:
| sessiondate | ##5 minutes ago## |
+ | id_sestime_starthour | 00 |
+ | id_sestime_endhour | 23 |
+ | id_sestime_endminute | 55 |
And I click on "id_submitbutton" "button"
And I log out
When I log in as "student1"