Feature: i18n tests Background: Background for BO i18n tests Given the Star Wars network And the super admin exists Given the super admin is logged in @id:1 Scenario: Admin see the right locale translation in "en" When the super admin has the "en" locale When the super admin visits the backoffice "i18n" tests page [BO] Then the admin should see the translations in "en" @id:2 Scenario: Admin see the right locale translation in "fr" When the super admin has the "fr" locale When the super admin visits the backoffice "i18n tests" page [BO] Then the admin should see the translations in "fr" @id:3 Scenario: Admin see the right locale translation in "zh-Hans" When the super admin has the ""zh-Hans" locale When the super admin visits the backoffice "i18n tests" page [BO] Then the admin should see the translations in "zh-Hans" @id:4 Scenario: Admin see the right locale translation in "en-GB" When the super admin has the "en-GB" locale When the super admin visits the backoffice "i18n tests" page [BO] Then the admin should see the translations in "en-GB"