mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-57456_master-fix' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
5ca4dbe6f6
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ Feature: Edited glossary entries handle tags correctly
|
||||||
| teacher1 | C1 | editingteacher |
|
| teacher1 | C1 | editingteacher |
|
||||||
| student1 | C1 | student |
|
| student1 | C1 | student |
|
||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
And I follow "Course 1"
|
And I am on "Course 1" course homepage
|
||||||
And I turn editing mode on
|
And I turn editing mode on
|
||||||
And I add a "Glossary" to section "1" and I fill the form with:
|
And I add a "Glossary" to section "1" and I fill the form with:
|
||||||
| Name | Test glossary |
|
| Name | Test glossary |
|
||||||
|
@ -26,7 +26,7 @@ Feature: Edited glossary entries handle tags correctly
|
||||||
|
|
||||||
Scenario: Glossary entry edition of custom tags works as expected
|
Scenario: Glossary entry edition of custom tags works as expected
|
||||||
Given I log in as "teacher1"
|
Given I log in as "teacher1"
|
||||||
And I follow "Course 1"
|
And I am on "Course 1" course homepage
|
||||||
And I follow "Test glossary"
|
And I follow "Test glossary"
|
||||||
And I press "Add a new entry"
|
And I press "Add a new entry"
|
||||||
And I set the following fields to these values:
|
And I set the following fields to these values:
|
||||||
|
@ -52,7 +52,7 @@ Feature: Edited glossary entries handle tags correctly
|
||||||
And I press "Continue"
|
And I press "Continue"
|
||||||
And I log out
|
And I log out
|
||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
And I follow "Course 1"
|
And I am on "Course 1" course homepage
|
||||||
And I follow "Test glossary"
|
And I follow "Test glossary"
|
||||||
And I press "Add a new entry"
|
And I press "Add a new entry"
|
||||||
And I expand all fieldsets
|
And I expand all fieldsets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue