Closed
Description
- All pages (except error pages) should have language selector
- When user choose another language, current page should be shown on the chosen language
Technical debt for: #200
Now I feel that we shouldn't cover all possible cases/pages and let's instead focus only on a single page. Here are the steps that should be covered by this test:
- anonymous user opens an index page
- logo must have text "My stamps"
- user clicks on a link for changing a language
- logo now must have text "Мои марки"
The test case should be placed into src/test/robotframework/site/change-lang/logic.robot
file.