Sha256: 258034df75c12a041ffa8af67f47605fba08b84614c2ff11a23c78c46e68bbdb
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
netzke-core-0.6.7 | test/rails_app/features/i18n.feature |
netzke-core-0.6.6 | features/i18n.feature |