mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 09:00:30 +01:00
Merge branch 'MDL-71912' of https://github.com/stronk7/moodle
This commit is contained in:
commit
e871e800f1
@ -67,7 +67,7 @@ Feature: Enable Block Completion in a course using activity completion
|
||||
And I follow "More details"
|
||||
And I should see "Yes" in the "Activity completion" "table_row"
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: Add the block to a the course and add course completion items with passing grade
|
||||
Given I am on the "Test assign name" "assign activity" page logged in as teacher1
|
||||
And I navigate to "Settings" in current page administration
|
||||
@ -101,7 +101,7 @@ Feature: Enable Block Completion in a course using activity completion
|
||||
And I should see "Achieving grade, Achieving passing grade" in the "Activity completion" "table_row"
|
||||
And I should see "Yes" in the "Activity completion" "table_row"
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: Add the block to a the course and add course completion items with failing grade.
|
||||
Given I am on the "Test assign name" "assign activity" page logged in as teacher1
|
||||
And I navigate to "Settings" in current page administration
|
||||
|
@ -150,7 +150,7 @@ Feature: Using the activity grade form element
|
||||
Then I should see "You cannot change the type, as grades already exist for this item."
|
||||
And the "Maximum grade" "field" should be disabled
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: Attempting to change the maximum grade when no rescaling option has been chosen
|
||||
Given I am on the "Test assignment name" "assign activity" page logged in as teacher1
|
||||
And I navigate to "View all submissions" in current page administration
|
||||
|
@ -56,7 +56,7 @@ Feature: Assign reset
|
||||
And I follow "View all submissions"
|
||||
Then I should not see "Submitted for grading"
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: Use course reset to remove user overrides.
|
||||
And I am on the "Test assignment name" Activity page logged in as teacher1
|
||||
And I navigate to "Overrides" in current page administration
|
||||
|
@ -140,7 +140,7 @@ Feature: Assign group override
|
||||
And I am on the "Test assignment name" Activity page logged in as student1
|
||||
And I should not see "Tuesday, 1 January 2030, 8:00"
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: Add both a user and group override and verify that both are applied correctly
|
||||
Given I am on the "Test assignment name" Activity page logged in as teacher1
|
||||
When I navigate to "Settings" in current page administration
|
||||
|
@ -144,6 +144,7 @@ Feature: Assign user override
|
||||
Then I should see "No groups you can access."
|
||||
And the "Add user override" "button" should be disabled
|
||||
|
||||
@skip_interim
|
||||
Scenario: A teacher without accessallgroups permission should only be able to add user override for users that he/she shares groups with,
|
||||
when the activity's group mode is "separate groups"
|
||||
Given the following "permission overrides" exist:
|
||||
@ -167,7 +168,7 @@ Feature: Assign user override
|
||||
Then the "Override user" select box should contain "Sam1 Student1, student1@example.com"
|
||||
And the "Override user" select box should not contain "Sam2 Student2, student2@example.com"
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: A teacher without accessallgroups permission should only be able to see the user override for users that he/she shares groups with,
|
||||
when the activity's group mode is "separate groups"
|
||||
Given the following "permission overrides" exist:
|
||||
|
@ -68,6 +68,7 @@ Feature: Outcome grading
|
||||
Then I should see "Outcome Test: Excellent" in the "Student 0" "table_row"
|
||||
And I should not see "Outcome Test: Excellent" in the "Student 1" "table_row"
|
||||
|
||||
@skip_interim
|
||||
Scenario: Giving an outcome to a group submission
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
|
@ -31,7 +31,7 @@ Feature: Remove a submission
|
||||
| student1 | G1 |
|
||||
| student2 | G1 |
|
||||
|
||||
@javascript @skip_chrome_zerosize
|
||||
@javascript @skip_chrome_zerosize @skip_interim
|
||||
Scenario: Remove a submission should remove the data that was submitted
|
||||
Given the following "activity" exists:
|
||||
| activity | assign |
|
||||
@ -86,7 +86,7 @@ Feature: Remove a submission
|
||||
And I should not see "I'm the student submission"
|
||||
And I should see "Nothing has been submitted for this assignment" in the "Submission status" "table_row"
|
||||
|
||||
@javascript @skip_chrome_zerosize
|
||||
@javascript @skip_chrome_zerosize @skip_interim
|
||||
Scenario: A student can remove their own submission
|
||||
Given the following "activity" exists:
|
||||
| activity | assign |
|
||||
|
@ -3,7 +3,7 @@ Feature: Submit assignment without group
|
||||
As a teacher
|
||||
I should be able to prevent students submitting team assignments as members of the default group
|
||||
|
||||
@javascript
|
||||
@javascript @skip_interim
|
||||
Scenario: Switch between group modes
|
||||
Given the following "courses" exist:
|
||||
| fullname | shortname | category | groupmode |
|
||||
|
@ -61,6 +61,7 @@ Feature: In a book, create chapters and sub chapters
|
||||
And I should see "1. Dummy first chapter" in the ".book_content" "css_element"
|
||||
And I should see "1. Dummy first chapter" in the "strong" "css_element"
|
||||
|
||||
@skip_interim
|
||||
Scenario: Change editing mode for an individual chapter
|
||||
Given I am on the "Test book" Activity page
|
||||
And I should see "Add new chapter"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_book @core_tag @javascript
|
||||
@mod @mod_book @core_tag @javascript @skip_interim
|
||||
Feature: Edited book chapters handle tags correctly
|
||||
In order to get book chapters properly labelled
|
||||
As a user
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, teacher can delete question answers and
|
||||
branch table contents
|
||||
In order to modify an existing lesson
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, teacher can edit a cluster page
|
||||
In order to modify an existing lesson and change navigation
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, teacher can edit lesson's pages
|
||||
In order to modify an existing lesson
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson @_file_upload
|
||||
@mod @mod_lesson @_file_upload @skip_interim
|
||||
Feature: In a lesson activity, teacher can add an essay question
|
||||
As a teacher
|
||||
I need to add an essay question in a lesson and grade student attempts
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, students can exit and re-enter the activity when it consists only of cluster pages
|
||||
As a student
|
||||
I need to exit and re-enter a lesson out and into clusters.
|
||||
|
@ -18,6 +18,7 @@ Feature: In a lesson activity, students can navigate through a series of pages i
|
||||
| student1 | C1 | student |
|
||||
And I log in as "teacher1"
|
||||
|
||||
@skip_interim
|
||||
Scenario: Student navigation with pages and questions
|
||||
Given the following "activities" exist:
|
||||
| activity | name | intro | course | idnumber |
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In Dashboard, teacher can see the number of student attempts to lessons
|
||||
In order to know the number of student attempts to a lesson
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, I need to edit pages in the lesson taking into account locale settings
|
||||
|
||||
Background:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, students can see their progress viewing a progress bar.
|
||||
In order to create a lesson with conditional paths
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, students can see questions in random order
|
||||
In order to create a lesson with clusters
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, students can see questions in random order and a single question drawn from a branch
|
||||
In order to create a lesson with a cluster and a subcluster
|
||||
As a teacher
|
||||
|
@ -1,4 +1,4 @@
|
||||
@mod @mod_lesson
|
||||
@mod @mod_lesson @skip_interim
|
||||
Feature: In a lesson activity, a non editing teacher can grade essay questions
|
||||
As a non editing teacher
|
||||
I need to grade student answers to essay questions in lesson
|
||||
|
Loading…
x
Reference in New Issue
Block a user