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:
bc34863
)
MDL-44590 course: fix deprecated behat step use
author
Dan Poltawski
<dan@moodle.com>
Wed, 2 Apr 2014 07:57:48 +0000
(15:57 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 2 Apr 2014 07:58:29 +0000
(15:58 +0800)
course/tests/behat/category_management.feature
patch
|
blob
|
blame
|
history
diff --git
a/course/tests/behat/category_management.feature
b/course/tests/behat/category_management.feature
index
764794a
..
63e00d4
100644
(file)
--- a/
course/tests/behat/category_management.feature
+++ b/
course/tests/behat/category_management.feature
@@
-334,7
+334,7
@@
Feature: Test category management actions
And the "resortcoursesby" "select" should be disabled
Scenario: Test that is not possible to create a course category with a duplicate idnumber
- Given the following "categories" exist
s
:
+ Given the following "categories" exist:
| name | category | idnumber |
| Cat 1 | 0 | CAT1 |
And I log in as "admin"