mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'wip-mdl-56519-m' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
777361983c
99 changed files with 562 additions and 543 deletions
|
@ -125,7 +125,6 @@ Feature: Verify that all form fields values can be get and set
|
|||
And I navigate to "Edit settings" node in "Course administration"
|
||||
And the field "Course ID number" matches value "Course id number"
|
||||
|
||||
|
||||
Scenario: with JS disabled all form fields getters and setters works as expected
|
||||
|
||||
@javascript
|
||||
|
|
|
@ -26,4 +26,3 @@ Feature: List the system steps definitions
|
|||
Given I set the field "Contains" to "homepage"
|
||||
When I press "Filter"
|
||||
Then I should see "Opens Moodle homepage."
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ Feature: Manage language packs
|
|||
As an administrator
|
||||
I need to be able to add, update and remove language packs
|
||||
|
||||
|
||||
Background:
|
||||
Given remote langimport tests are enabled
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ Feature: Manage competency frameworks
|
|||
Then I should not see "Science Year-4"
|
||||
And I should not see "sc-y-4"
|
||||
|
||||
Scenario: Edit a framework with competencies in user competency
|
||||
Scenario: Edit a framework with competencies in user competency
|
||||
Given the following lp "frameworks" exist:
|
||||
| shortname | idnumber |
|
||||
| Science Year-5 | sc-y-5 |
|
||||
|
@ -98,7 +98,7 @@ Scenario: Edit a framework with competencies in user competency
|
|||
And I should see "Science Year-5 Edited"
|
||||
And I should see "sc-y-5"
|
||||
|
||||
Scenario: Edit a framework with competencies in user competency plan
|
||||
Scenario: Edit a framework with competencies in user competency plan
|
||||
Given the following lp "frameworks" exist:
|
||||
| shortname | idnumber |
|
||||
| Science Year-6 | sc-y-6 |
|
||||
|
|
|
@ -179,7 +179,7 @@ Feature: Manage plan workflow
|
|||
And I should not see "Active"
|
||||
And I log out
|
||||
|
||||
Scenario: Manager reopen a complete learning plan
|
||||
Scenario: Manager reopen a complete learning plan
|
||||
Given the following lp "plans" exist:
|
||||
| name | user | description | status | reviewer |
|
||||
| Test-Plan3 | user1 | Description of plan 3 for user 1 | complete | manager1 |
|
||||
|
|
|
@ -78,4 +78,3 @@ Feature: Manage evidence of prior learning
|
|||
Then I should see "List of evidence"
|
||||
And I should see "Evidence-6"
|
||||
And I should not see "Evidence-5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue