This commit is contained in:
Eloy Lafuente (stronk7) 2017-01-11 02:42:29 +01:00
commit 777361983c
99 changed files with 562 additions and 543 deletions

View file

@ -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

View file

@ -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."

View file

@ -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

View file

@ -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 |

View file

@ -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 |

View file

@ -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"