summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-06-17 13:38:50 +0000
committerGitHub <noreply@github.com>2021-06-17 13:38:50 +0000
commit7ef33c91e057defde55cc90d4123f284910723d9 (patch)
tree067ee53dba0755d0783436597d5c9d3d8200f841 /tests
parent92c68fe636ede2b10a2b4d71c559a22969b38f6f (diff)
parent881659ca9d29dbce5b19c5a69f03b2d1022d3615 (diff)
Merge pull request #136 from searxng/issue-115
/preferences: use simple layout for the oscar theme (Issue 115)
Diffstat (limited to 'tests')
-rw-r--r--tests/robot/__init__.py1
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()