[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 @core @core_admin 2 Feature: Display extended course names 3 In order to display more info about the courses 4 As an admin 5 I need to display courses short names along with courses full names 6 7 Background: 8 Given the following "courses" exist: 9 | fullname | shortname | category | 10 | Course fullname | C_shortname | 0 | 11 And I log in as "admin" 12 13 Scenario: Courses list without extended course names (default value) 14 Then I should see "Course fullname" 15 And I should not see "C_shortname Course fullname" 16 17 Scenario: Courses list with extended course names 18 Given I expand "Site administration" node 19 And I click on "Courses" "link" in the "//div[@id='settingsnav']/descendant::li[contains(concat(' ', normalize-space(@class), ' '), ' type_setting ')][contains(., 'Appearance')]" "xpath_element" 20 And I set the field "Display extended course names" to "1" 21 When I press "Save changes" 22 And I am on homepage 23 Then I should see "C_shortname Course fullname"
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |