Sha256: dab6b267e31fbbcd4a65120b56e326029434f614b98dda657c0e3096740c08f0

Contents?: true

Size: 1.14 KB

Versions: 8

Compression:

Stored size: 1.14 KB

Contents

Feature: I18n
  In order to value
  As a role
  I want feature

@javascript
Scenario: LocalizedPanel should be available in 2 languages
  When I go to the LocalizedPanel test page
  Then I should see "Localized Panel"
  And I should see "First property, Second property"
  And I should see "First action"
  And I should see "Second action"

  When I go to the "es" version of the LocalizedPanel page
  Then I should see "Panel Localizada"
  And I should see "Primera propriedad, Segunda propriedad"
  And I should see "Primera acción"
  And I should see "Segunda acción"

  When I press "Tercera acción"
  Then I should see "Cargando..."

  When I go to the "es" version of the ExtendedLocalizedPanel page
  Then I should see "Panel Localizada"
  And I should see "Primera propriedad, Segunda propriedad"
  And I should see "Action one"
  And I should see "Segunda acción"

  When I go to the "en" version of the ExtendedLocalizedPanel page
  Then I should see "Localized Panel"
  And I should see "First property, Second property"
  And I should see "Action one"
  And I should see "Second action"

  # NOTE: make sure that the locale is restored to "en" in the end!

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
netzke-core-0.7.7 test/core_test_app/features/i18n.feature
netzke-core-0.7.6 test/core_test_app/features/i18n.feature
netzke-core-0.7.5 test/core_test_app/features/i18n.feature
netzke-core-0.7.4 test/core_test_app/features/i18n.feature
netzke-core-0.7.3 test/core_test_app/features/i18n.feature
netzke-core-0.7.2 test/core_test_app/features/i18n.feature
netzke-core-0.7.1 test/rails_app/features/i18n.feature
netzke-core-0.7.0 test/rails_app/features/i18n.feature