mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-81805 behat: remove unnecessary @javascript from tests
This commit is contained in:
parent
85825dcc55
commit
f687e02dec
@ -16,7 +16,6 @@ Feature: In a course administration page, navigate through report page, test for
|
||||
| admin | C1 | editingteacher |
|
||||
| student1 | C1 | student |
|
||||
|
||||
@javascript
|
||||
Scenario: Selector should be available in the course participation page
|
||||
Given I log in as "admin"
|
||||
And I am on "Course 1" course homepage
|
||||
|
@ -1,5 +1,5 @@
|
||||
@report @report_participation @javascript
|
||||
Feature: Use the particiaption report to message groups of students
|
||||
@report @report_participation
|
||||
Feature: Use the participation report to message groups of students
|
||||
In order to engage with students based on participation
|
||||
As a teacher
|
||||
I need to be able to message students who have not participated in an activity
|
||||
@ -28,6 +28,7 @@ Feature: Use the particiaption report to message groups of students
|
||||
| idnumber | book1 |
|
||||
And I am on the "Test book name" "book activity" page logged in as student1
|
||||
|
||||
@javascript
|
||||
Scenario: Message all students from the participation report
|
||||
Given I am on the "Course 1" course page logged in as teacher1
|
||||
And I navigate to "Reports" in current page administration
|
||||
@ -42,6 +43,7 @@ Feature: Use the particiaption report to message groups of students
|
||||
And I press "Send message to 3 people"
|
||||
And I should see "Message sent to 3 people"
|
||||
|
||||
@javascript
|
||||
Scenario: Message students who have not participated in book
|
||||
Given I am on the "Course 1" course page logged in as teacher1
|
||||
And I navigate to "Reports" in current page administration
|
||||
@ -59,7 +61,7 @@ Feature: Use the particiaption report to message groups of students
|
||||
And I press "Send message to 2 people"
|
||||
And I should see "Message sent to 2 people"
|
||||
|
||||
Scenario: Ensure no message options when messaging is disabled
|
||||
Scenario: When messaging is disabled no message options should be displayed
|
||||
Given the following config values are set as admin:
|
||||
| messaging | 0 |
|
||||
And I am on the "Course 1" course page logged in as teacher1
|
||||
|
Loading…
x
Reference in New Issue
Block a user