diff --git a/test/gui/shared/scripts/pageObjects/Settings.py b/test/gui/shared/scripts/pageObjects/Settings.py index cb134237fa..09a655a6e5 100644 --- a/test/gui/shared/scripts/pageObjects/Settings.py +++ b/test/gui/shared/scripts/pageObjects/Settings.py @@ -47,7 +47,6 @@ class Settings: "Ask for confirmation before synchronizing external storages": "newExternalStorage", } NETWORK_OPTION_MAP = { - "Proxy Settings": "proxyGroupBox", "Download Bandwidth": "downloadBox", "Upload Bandwidth": "uploadBox", } diff --git a/test/gui/tst_checkAlltabs/test.feature b/test/gui/tst_checkAlltabs/test.feature index e5c6e5f6a7..e9ea968f81 100644 --- a/test/gui/tst_checkAlltabs/test.feature +++ b/test/gui/tst_checkAlltabs/test.feature @@ -25,7 +25,6 @@ Feature: Visually check all tabs | Edit ignored files | | Log settings | And the settings tab should have the following options in the network section: - | Proxy Settings | | Download Bandwidth | | Upload Bandwidth | When the user opens the about dialog