芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/course/tests/behat/paged_course_navigation.feature
@core @core_course Feature: Course paged mode In order to split the course in parts As a teacher I need to display the course in a paged mode and navigate through the different sections @javascript @_cross_browser Scenario Outline: Weekly and topics course formats with Javascript enabled Given the following "courses" exist: | fullname | shortname | category | format | coursedisplay | numsections | startdate | | Course 1 | C1 | 0 |
| 1 | 3 | 0 | And I log in as "admin" And I am on "Course 1" course homepage Then I click on
"link" in the
"section" And I am on "Course 1" course homepage And I click on
"link" in the
"section" And I am on "Course 1" course homepage And I click on
"link" in the
"section" And I should see
in the "div.single-section" "css_element" And I should see
in the ".single-section span.mdl-right" "css_element" And I should not see
in the ".single-section" "css_element" And I click on
"link" in the ".single-section" "css_element" And I should see
in the "div.single-section" "css_element" And I should see
in the ".single-section span.mdl-left" "css_element" And I should see
in the ".single-section span.mdl-right" "css_element" And I click on
"link" in the ".single-section" "css_element" And I should see
in the "div.single-section" "css_element" And I click on
"link" in the ".single-section" "css_element" And I click on
"link" in the ".single-section" "css_element" And I should see
in the "div.single-section" "css_element" And I should see
in the ".single-section span.mdl-left" "css_element" And I should not see
in the ".single-section .section-navigation" "css_element" And I should not see
in the ".single-section" "css_element" And I should not see
in the ".single-section" "css_element" Examples: | courseformat | section1 | section2 | section3 | prevunexistingsection | nextunexistingsection | | topics | "Topic 1" | "Topic 2" | "Topic 3" | "Topic 0" | "Topic 4" | | weeks | "1 January - 7 January" | "8 January - 14 January" | "15 January - 21 January" | "25 December - 31 December" | "22 January - 28 January" | Scenario Outline: Weekly and topics course formats with Javascript disabled Given the following "courses" exist: | fullname | shortname | category | format | coursedisplay | numsections | startdate | | Course 1 | C1 | 0 |
| 1 | 3 | 0 | And I log in as "admin" And I am on "Course 1" course homepage Then I click on
"link" in the
"section" And I am on "Course 1" course homepage And I click on
"link" in the
"section" And I am on "Course 1" course homepage And I click on
"link" in the
"section" And I should see
in the "div.single-section" "css_element" And I should see
in the ".single-section span.mdl-right" "css_element" And I should not see
in the ".single-section" "css_element" And I click on
"link" in the ".single-section" "css_element" And I should see
in the "div.single-section" "css_element" And I should see
in the ".single-section span.mdl-left" "css_element" And I should see
in the ".single-section span.mdl-right" "css_element" And I click on
"link" in the ".single-section" "css_element" And I should see
in the "div.single-section" "css_element" And I click on
"link" in the ".single-section" "css_element" And I click on
"link" in the ".single-section" "css_element" And I should see
in the "div.single-section" "css_element" And I should see
in the ".single-section span.mdl-left" "css_element" And I should not see
in the ".single-section .section-navigation" "css_element" And I should not see
in the ".single-section" "css_element" And I should not see
in the ".single-section" "css_element" Examples: | courseformat | section1 | section2 | section3 | prevunexistingsection | nextunexistingsection | | topics | "Topic 1" | "Topic 2" | "Topic 3" | "Topic 0" | "Topic 4" | | weeks | "1 January - 7 January" | "8 January - 14 January" | "15 January - 21 January" | "25 December - 31 December" | "22 January - 28 January" |