237 lines
12 KiB
Gherkin
237 lines
12 KiB
Gherkin
@mod @mod_glossary @app @javascript
|
|
Feature: Test basic usage of glossary in app
|
|
In order to participate in the glossaries while using the mobile app
|
|
As a student
|
|
I need basic glossary functionality to work
|
|
|
|
Background:
|
|
Given the following "users" exist:
|
|
| username | firstname | lastname | email |
|
|
| teacher1 | Teacher | teacher | teacher1@example.com |
|
|
| student1 | Student | student | student1@example.com |
|
|
|
|
And the following "courses" exist:
|
|
| fullname | shortname | category |
|
|
| Course 1 | C1 | 0 |
|
|
|
|
And the following "course enrolments" exist:
|
|
| user | course | role |
|
|
| teacher1 | C1 | editingteacher |
|
|
| student1 | C1 | student |
|
|
|
|
And the following "activities" exist:
|
|
| activity | name | intro | course | idnumber | mainglossary | allowcomments |
|
|
| glossary | Test glossary | glossary description | C1 | gloss1 | 1 | 1 |
|
|
|
|
And the following "activities" exist:
|
|
| activity | name | intro | course | idnumber | groupmode |
|
|
| forum | Test forum name | Test forum | C1 | forum | 0 |
|
|
|
|
@app @3.8.0 @OK
|
|
Scenario: View a glossary and its terms
|
|
When I enter the app
|
|
And I log in as "student1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "potato" in the app
|
|
And I set the field "Definition" to "The potato is a root vegetable native to the Americas, a starchy tuber of the plant Solanum tuberosum, and the plant itself, a perennial in the family Solanaceae." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "car" in the app
|
|
And I set the field "Definition" to "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of cars say that they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "mountain" in the app
|
|
And I set the field "Definition" to "A mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak." in the app
|
|
And I press "Save" in the app
|
|
Then the header should be "Test glossary" in the app
|
|
And I should see "car"
|
|
And I should see "mountain"
|
|
And I should see "potato"
|
|
And I press "car" in the app
|
|
Then I should see "car"
|
|
And I should see "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of cars say that they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods."
|
|
|
|
@app @3.8.0 @OK
|
|
Scenario: Change filters (include search)
|
|
When I enter the app
|
|
And I log in as "student1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "potato" in the app
|
|
And I set the field "Definition" to "The potato is a root vegetable native to the Americas, a starchy tuber of the plant Solanum tuberosum, and the plant itself, a perennial in the family Solanaceae." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "car" in the app
|
|
And I set the field "Definition" to "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of cars say that they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "mountain" in the app
|
|
And I set the field "Definition" to "A mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak." in the app
|
|
And I press "Save" in the app
|
|
Then the header should be "Test glossary" in the app
|
|
And I should see "car"
|
|
And I should see "mountain"
|
|
And I should see "potato"
|
|
And I press "Browse entries" in the app
|
|
And I press "Search" in the app
|
|
And I set the field "Search query" to "something" in the app
|
|
And I press "search" in the app
|
|
Then I should see "No entries were found."
|
|
And I set the field "Search query" to "potato" in the app
|
|
And I press "search" in the app
|
|
And I set the field "Search query" to " " in the app
|
|
And I press "potato" in the app
|
|
Then I should see "potato"
|
|
And I should see "The potato is a root vegetable native to the Americas, a starchy tuber of the plant Solanum tuberosum, and the plant itself, a perennial in the family Solanaceae."
|
|
|
|
@app @3.8.0
|
|
Scenario: Navigate to glossary terms by link (auto-linking)
|
|
When I enter the app
|
|
And I log in as "student1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "potato" in the app
|
|
And I set the field "Definition" to "The potato is a root vegetable native to the Americas, a starchy tuber of the plant Solanum tuberosum, and the plant itself, a perennial in the family Solanaceae." in the app
|
|
And I press "This entry should be automatically linked" in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "car" in the app
|
|
And I set the field "Definition" to "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of cars say that they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods." in the app
|
|
And I press "This entry should be automatically linked" in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "mountain" in the app
|
|
And I set the field "Definition" to "A mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak." in the app
|
|
And I press "This entry should be automatically linked" in the app
|
|
And I press "Save" in the app
|
|
Then the header should be "Test glossary" in the app
|
|
And I should see "car"
|
|
And I should see "mountain"
|
|
And I should see "potato"
|
|
And I press "Display options" in the app
|
|
And I press "Open in browser" in the app
|
|
And I switch to the browser tab opened by the app
|
|
And I log in as "admin"
|
|
And I press "Side panel"
|
|
And I follow "Site administration"
|
|
And I follow "Plugins"
|
|
And I follow "Manage filters"
|
|
And I pause
|
|
And I click on "newstate" "select" in the "Glossary auto-linking" "table_row"
|
|
And I click on "on" "option" in the "single_select5e32c21f9a4f039" "region"
|
|
And I pause
|
|
|
|
@app @3.8.0 @OK
|
|
Scenario: See comments
|
|
When I enter the app
|
|
And I log in as "student1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "potato" in the app
|
|
And I set the field "Definition" to "The potato is a root vegetable native to the Americas, a starchy tuber of the plant Solanum tuberosum, and the plant itself, a perennial in the family Solanaceae." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "car" in the app
|
|
And I set the field "Definition" to "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of cars say that they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "mountain" in the app
|
|
And I set the field "Definition" to "A mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak." in the app
|
|
And I press "Save" in the app
|
|
Then the header should be "Test glossary" in the app
|
|
And I should see "car"
|
|
And I should see "mountain"
|
|
And I should see "potato"
|
|
And I press "mountain" in the app
|
|
Then I should see "Comments (0)"
|
|
When I enter the app
|
|
And I log in as "teacher1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "mountain" in the app
|
|
Then I should see "Comments (0)"
|
|
And I press "Comments" in the app
|
|
And I should see "No comments"
|
|
And I press "close" in the app
|
|
And I set the field "Add a comment..." to "teacherComment" in the app
|
|
And I press "Save comment" in the app
|
|
Then I should see "teacherComment"
|
|
And I press "close" in the app
|
|
And I set the field "Add a comment..." to "teacherComment2" in the app
|
|
And I press "Save comment" in the app
|
|
Then I should see "teacherComment"
|
|
And I should see "teacherComment2"
|
|
When I enter the app
|
|
And I log in as "student1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "mountain" in the app
|
|
Then I should see "Comments (2)"
|
|
And I press "Comments" in the app
|
|
And I should see "teacherComment"
|
|
And I should see "teacherComment2"
|
|
|
|
@app @3.8.0 @OK
|
|
Scenario: Prefetch
|
|
When I enter the app
|
|
And I log in as "student1"
|
|
Then the header should be "Acceptance test site" in the app
|
|
And I should see "Course 1"
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
Then the header should be "Course 1" in the app
|
|
And I press "Test glossary" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "potato" in the app
|
|
And I set the field "Definition" to "The potato is a root vegetable native to the Americas, a starchy tuber of the plant Solanum tuberosum, and the plant itself, a perennial in the family Solanaceae." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "car" in the app
|
|
And I set the field "Definition" to "A car (or automobile) is a wheeled motor vehicle used for transportation. Most definitions of cars say that they run primarily on roads, seat one to eight people, have four tires, and mainly transport people rather than goods." in the app
|
|
And I press "Save" in the app
|
|
And I press "close" in the app
|
|
And I set the field "Concept" to "mountain" in the app
|
|
And I set the field "Definition" to "A mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak." in the app
|
|
And I press "Save" in the app
|
|
Then the header should be "Test glossary" in the app
|
|
And I should see "car"
|
|
And I should see "mountain"
|
|
And I should see "potato"
|
|
And I press "Display options" in the app
|
|
And I press "Download" in the app
|
|
And I press the back button in the app
|
|
And I press the back button in the app
|
|
And I press "Course 1" near "Recently accessed courses" in the app
|
|
And I switch offline mode to "true"
|
|
And I press "Test glossary" in the app
|
|
Then the header should be "Test glossary" in the app
|
|
And I should see "car"
|
|
And I should see "mountain"
|
|
And I should see "potato"
|
|
And I press "mountain" in the app
|
|
Then I should see "mountain"
|
|
And I should see "A mountain is a large landform that rises above the surrounding land in a limited area, usually in the form of a peak."
|
|
And I should not see "Comments cannot be retrieved"
|
|
And I should see "Comments (0)" |