Sha256: 0903ee3ae45f733abebec638b1d9e2b1653dda94660c38b3dba73998549ce172
Contents?: true
Size: 869 Bytes
Versions: 17
Compression:
Stored size: 869 Bytes
Contents
@refinerycms @i18n Feature: Translation Support using i18n In order to have translation support using i18n As an administrator I want to use the dashboard Background: Given I am a logged in refinery user And my locale is en When I go to the Dashboard @i18n Scenario: Translation options available Then I should see "English Change language" @i18n Scenario: Change Language to Slovenian and back to English When I follow "English Change language" And I follow "Slovenian" Then I should be on the Dashboard And I should see "Slovenian Spremeni Jezik" And I should not see "Switch to your website" # Back to English When I follow "Slovenian Spremeni Jezik" And I follow "English" Then I should be on the Dashboard And I should see "Switch to your website" And I should not see "Spremeni Jezik"
Version data entries
17 entries across 17 versions & 1 rubygems