diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-01 16:21:56 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-17 15:29:07 +0200 |
commit | f83b64270c6c8cff336889b93fdf6b6e3f20ffa2 (patch) | |
tree | 2346abe9ab8ea8c441e26d5eb38607cdd679e2f0 /tests | |
parent | 92c68fe636ede2b10a2b4d71c559a22969b38f6f (diff) | |
download | searxng-f83b64270c6c8cff336889b93fdf6b6e3f20ffa2.tar.gz searxng-f83b64270c6c8cff336889b93fdf6b6e3f20ffa2.zip |
[mod] oscar theme /preferences: reorganize the preferences
close #115
Diffstat (limited to 'tests')
-rw-r--r-- | tests/robot/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/robot/__init__.py b/tests/robot/__init__.py index 6e7897118..7c08a91bd 100644 --- a/tests/robot/__init__.py +++ b/tests/robot/__init__.py @@ -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() |