| fullname | shortname | category |
| Course fullname | C_shortname | 0 |
And I log in as "admin"
+ And I am on site homepage
Scenario: Courses list without extended course names (default value)
Then I should see "Course fullname"
And I click on "Courses" "link" in the "//div[@id='settingsnav']/descendant::li[contains(concat(' ', normalize-space(@class), ' '), ' type_setting ')][contains(., 'Appearance')]" "xpath_element"
And I set the field "Display extended course names" to "1"
When I press "Save changes"
- And I am on homepage
+ And I am on site homepage
Then I should see "C_shortname Course fullname"
| fullname | shortname | category |
| Course fullname | C_shortname | 0 |
And I log in as "admin"
+ And I am on site homepage
And I should see "Course fullname"
And I should not see "C_shortname Course fullname"
Scenario: set admin value with full name
Given the following config values are set as admin:
| courselistshortnames | 1 |
- And I am on homepage
+ And I am on site homepage
Then I should see "C_shortname Course fullname"
Scenario: set admin value with short name
Given the following config values are set as admin:
| courselistshortnames | 1 |
- And I am on homepage
- Then I should see "C_shortname Course fullname"
\ No newline at end of file
+ And I am on site homepage
+ Then I should see "C_shortname Course fullname"
And I should see "Tom Jones"
And I should see "Trent Reznor"
And I should see "reznor@someplace.edu"
- And I am on homepage
+ And I am on site homepage
And I follow "Maths"
And I expand "Users" node
And I follow "Groups"