Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/gui/shared/scripts/pageObjects/Settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down
1 change: 0 additions & 1 deletion test/gui/tst_checkAlltabs/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading