| username | firstname | lastname | email |
| teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
- | fullname | shortname | format | coursedisplay | numsections |
- | Course 1 | C1 | <courseformat> | <coursedisplay> | 5 |
+ | fullname | shortname | format | coursedisplay | numsections | startdate |
+ | Course 1 | C1 | <courseformat> | <coursedisplay> | 5 | 0 |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
| username | firstname | lastname | email |
| teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
- | fullname | shortname | format | coursedisplay | numsections |
- | Course 1 | C1 | <courseformat> | <coursedisplay> | 5 |
+ | fullname | shortname | format | coursedisplay | numsections | startdate |
+ | Course 1 | C1 | <courseformat> | <coursedisplay> | 5 | 0 |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@javascript @_cross_browser
Scenario Outline: Weekly and topics course formats with Javascript enabled
Given the following "courses" exist:
- | fullname | shortname | category | format | coursedisplay | numsections |
- | Course 1 | C1 | 0 | <courseformat> | 1 | 3 |
+ | fullname | shortname | category | format | coursedisplay | numsections | startdate |
+ | Course 1 | C1 | 0 | <courseformat> | 1 | 3 | 0 |
And I log in as "admin"
And I am on "Course 1" course homepage
Then I click on <section2> "link" in the <section2> "section"
Scenario Outline: Weekly and topics course formats with Javascript disabled
Given the following "courses" exist:
- | fullname | shortname | category | format | coursedisplay | numsections |
- | Course 1 | C1 | 0 | <courseformat> | 1 | 3 |
+ | fullname | shortname | category | format | coursedisplay | numsections | startdate |
+ | Course 1 | C1 | 0 | <courseformat> | 1 | 3 | 0 |
And I log in as "admin"
And I am on "Course 1" course homepage
Then I click on <section2> "link" in the <section2> "section"