From f83b64270c6c8cff336889b93fdf6b6e3f20ffa2 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 1 Jun 2021 16:21:56 +0200 Subject: [mod] oscar theme /preferences: reorganize the preferences close #115 --- tests/robot/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/robot') 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() -- cgit v1.2.3