cirandas.net

ref: master

features/environment_name.feature


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Feature: setting environment name
  As an environment administrator
  I want to change the name of the environment
  So that it appears in the window's title bar

  @selenium-fixme
  Scenario: setting environment name through administration panel
    Given I am logged in as admin
    When I follow "Administration"
    And I follow "Environment settings"
    And I fill in "Site name" with "My environment"
    And I press "Save"
    Then I should see "My environment" within "title"