Sha256: e1360283076f6dbbc3cafbe103f902c8d30e434832c5e052c3dc5e2c41518757

Contents?: true

Size: 601 Bytes

Versions: 3

Compression:

Stored size: 601 Bytes

Contents

Feature: Users can switch the interfaces language
  Scenario: A user wants to see the page in English
    Given I am on the dashboard page
    When I choose "English" from the language options
    Then the page displays the interface in "English"
    And reloading the dashboard page does not revert my language preference
  
  Scenario: A user wants to see the page in Japanese
    Given I am on the dashboard page
    When I choose "Japanese" from the language options
    Then the page displays the interface in "Japanese"
    And reloading the dashboard page does not revert my language preference

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heart-0.0.2 test/dummy/features/language_switching.feature
heart-0.0.1 test/dummy/features/language_switching.feature
heart-0.0.1.pre test/dummy/features/language_switching.feature