mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-39437 mod_lesson: Expanding form fieldsets before clicking elements
This commit is contained in:
parent
7f8ce0257b
commit
fd70acae15
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ Feature: A teacher can set available from and deadline dates to access a lesson
|
|||
@javascript
|
||||
Scenario: Forbidding lesson accesses until a specified date
|
||||
Given I add a "Lesson" to section "1"
|
||||
And I expand all fieldsets
|
||||
And I click on "id_available_enabled" "checkbox"
|
||||
And I fill the moodle form with:
|
||||
| Name | Test lesson |
|
||||
|
@ -49,6 +50,7 @@ Feature: A teacher can set available from and deadline dates to access a lesson
|
|||
@javascript
|
||||
Scenario: Forbidding lesson accesses until a specified date
|
||||
Given I add a "Lesson" to section "1"
|
||||
And I expand all fieldsets
|
||||
And I click on "id_deadline_enabled" "checkbox"
|
||||
And I fill the moodle form with:
|
||||
| Name | Test lesson |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue