mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-71912 behat: Temporarily skip some troubled scenarios - nonjs
That way we get everything else passing, because @skip_interim scenarios are skipped by default. And can focus on the failing ones apart.
This commit is contained in:
parent
c5a2e2db6c
commit
11eb9f9465
@ -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:
|
||||
|
@ -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_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