Sha256: 6d5c7b279008ed53c2bddf772cc5022eaf0d66cca5811f7b3220b2025a6675c1

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 KB

Contents

Feature: Rich configuration
  In order to control site delivery
  an administrator
  wants to change the configuration of the site
  
  Background:
    Given I am logged in as "admin"
    And I go to the "configuration" admin page

  Scenario: Reviewing configuration
    Then I should see "Personal Preferences"
    And I should see "Configuration"
		And I should see "Site Title"
		And I should see "Site Domain"
		And I should see "Local Timezone"
		And I should see "Default Language"
		And I should see "Page Filter"
		And I should see "Page Parts"
		And I should see "Page Fields"
		And I should see "Page Status"
		And I should see "Allow Password Reset"
		
  Scenario: Editing configuration
		When I press "Edit Configuration"
		Then I should see the form
		And I should see "Site Title"
		And I should see "Local Timezone"
		When I fill in "Site Title" with "Something else"
		And I select "London" from "Local Timezone"
		And I press "Save Changes"
    And I should see "Configuration"
		And I should see "Something else"
		
  Scenario: Editing preferences
		When I press "Edit Preferences"
    Then I should see "Personal Preferences"
		And I should see the form

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
radiant-1.1.4 features/admin/configuration.feature
radiant-1.1.3 features/admin/configuration.feature
radiant-1.1.2 features/admin/configuration.feature
radiant-1.1.1 features/admin/configuration.feature
radiant-1.1.0 features/admin/configuration.feature
radiant-1.1.0.rc1 features/admin/configuration.feature
radiant-1.1.0.beta features/admin/configuration.feature
radiant-1.1.0.alpha features/admin/configuration.feature