Línea 34... |
Línea 34... |
34 |
And I wait until the page is ready
|
34 |
And I wait until the page is ready
|
35 |
Then "filltheblanks.h5p (Unlisted)" "heading" should exist
|
35 |
Then "filltheblanks.h5p (Unlisted)" "heading" should exist
|
36 |
And I click on "More" "button"
|
36 |
And I click on "More" "button"
|
37 |
And I should see "Make public"
|
37 |
And I should see "Make public"
|
Línea -... |
Línea 38... |
- |
|
38 |
|
- |
|
39 |
Scenario: Unlisted content can be hidden by user preference
|
- |
|
40 |
Given the following "contentbank content" exist:
|
- |
|
41 |
| contextlevel | reference | contenttype | user | contentname | filepath | visibility |
|
- |
|
42 |
| System | | contenttype_h5p | admin | filltheblanks.h5p | /h5p/tests/fixtures/filltheblanks.h5p | 1 |
|
- |
|
43 |
| System | | contenttype_h5p | admin | find-the-words.h5p | /h5p/tests/fixtures/find-the-words.h5p | 2 |
|
- |
|
44 |
And I am on the "Content bank" page logged in as "admin"
|
- |
|
45 |
And I should see "filltheblanks.h5p"
|
- |
|
46 |
And I should see "find-the-words.h5p (Unlisted)"
|
- |
|
47 |
When I set the field "Show unlisted content" to "0"
|
- |
|
48 |
And I wait until the page is ready
|
- |
|
49 |
Then I should see "filltheblanks.h5p"
|
- |
|
50 |
And I should not see "find-the-words.h5p (Unlisted)"
|
- |
|
51 |
And I set the field "Show unlisted content" to "1"
|
- |
|
52 |
And I wait until the page is ready
|
- |
|
53 |
And I should see "filltheblanks.h5p"
|
- |
|
54 |
And I should see "find-the-words.h5p (Unlisted)"
|
38 |
|
55 |
|
39 |
Scenario: Unlisted content cannot be seen by other users
|
56 |
Scenario: Unlisted content cannot be seen by other users
|
40 |
Given the following "users" exist:
|
57 |
Given the following "users" exist:
|
41 |
| username | firstname | lastname | email |
|
58 |
| username | firstname | lastname | email |
|
42 |
| teacher1 | Teacher | 1 | teacher1@example.com |
|
59 |
| teacher1 | Teacher | 1 | teacher1@example.com |
|