Sha256: d9e230700a2daf7ad40a765a82362a50a5231f872c65c2f3179f3832014dda8a

Contents?: true

Size: 523 Bytes

Versions: 15

Compression:

Stored size: 523 Bytes

Contents

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

Scenario: A grid with localized column headers
  When I go to the "es" version of the BookGrid page
  Then I should see "Autor"
  And I should see "Creado en"
  But I should not see "Author"
  And I should not see "Created at"

Scenario: A form with localized field labels
  When I go to the "es" version of the BookForm page
  Then I should see "Autor"
  And I should see "En abundancia"
  But I should not see "Author"
  And I should not see "In abundance"

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
netzke-basepack-0.8.4 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.8.3 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.8.2 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.8.1 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.8.0 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.7 test/basepack_test_app/features/i18n.feature
netzke-basepack-zh-0.7.6 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.6 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.5 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.4 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.3 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.2 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.7.1 test/basepack_test_app/features/i18n.feature
netzke-basepack-0.6.5 test/rails_app/features/i18n.feature
netzke-basepack-0.7.0 test/rails_app/features/i18n.feature