[mod] oscar theme /preferences: reorganize the preferences

close #115
This commit is contained in:
Alexandre Flament 2021-06-01 16:21:56 +02:00 committed by Markus Heiser
parent 92c68fe636
commit f83b64270c
5 changed files with 164 additions and 130 deletions

View file

@ -57,6 +57,7 @@ def test_preferences_locale(browser):
browser.visit(url)
browser.click_link_by_text('preferences')
browser.find_by_xpath('//a[@href="#tab_ui"]').first.click()
browser.select('locale', 'hu')
browser.find_by_xpath('//input[@value="save"]').first.click()