Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c18ad4a
)
MDL-49861 mod_data: Behat step to test adding records.
author
Adrian Greeve
<adrian@moodle.com>
Wed, 30 Mar 2016 08:22:49 +0000
(16:22 +0800)
committer
Adrian Greeve
<adrian@moodle.com>
Wed, 30 Mar 2016 08:22:49 +0000
(16:22 +0800)
Clicking 'Save and add another' should clear the form.
mod/data/tests/behat/add_entries.feature
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/tests/behat/add_entries.feature
b/mod/data/tests/behat/add_entries.feature
index
2e9ad77
..
496bbdb
100644
(file)
--- a/
mod/data/tests/behat/add_entries.feature
+++ b/
mod/data/tests/behat/add_entries.feature
@@
-52,6
+52,7
@@
Feature: Users can add entries to database activities
And I add an entry to "Test database name" database with:
| Test field name | Student second entry |
And I press "Save and add another"
+ And the field "Test field name" does not match value "Student second entry"
And I add an entry to "Test database name" database with:
| Test field name | Student third entry |
And I press "Save and view"