Skip to content

Commit

Permalink
Fix automated testing failures #119199
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarshallou committed Jun 10, 2016
1 parent 5c017bc commit a81bb68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/behat/restrict_access.feature
Expand Up @@ -14,15 +14,16 @@ Feature: Restrict access of subpage
| student1 | Student | 1 | Bedford | GB |
| student2 | Student | 2 | Milton Keynes | GB |
| student3 | Student | 3 | Berlin | DE |
| manager | Manager | 1 | Timbuktu | ML |

And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
| student1 | C1 | student |
| student2 | C1 | student |
| student3 | C1 | student |
And I log in as "admin"
And I am on site homepage
| manager | C1 | manager |
And I log in as "manager"
And I follow "Course 1"

@javascript
Expand Down

0 comments on commit a81bb68

Please sign in to comment.