mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 19:18:53 +00:00
Revert "chore: change scroll method for settings pane"
This reverts commit 1018edc3ccb0e049b30830b28d46af203e9571d0.
This commit is contained in:
parent
1018edc3cc
commit
996518534a
@ -30,7 +30,7 @@ class LeftPanel(QObject):
|
||||
def _open_settings(self, object_name: str):
|
||||
self._settings_section_template.real_name['objectName'] = object_name
|
||||
if not self._settings_section_template.is_visible:
|
||||
self._scroll.vertical_scroll_to(self._settings_section_template)
|
||||
self._scroll.vertical_down_to(self._settings_section_template)
|
||||
self._settings_section_template.click()
|
||||
|
||||
@allure.step('Check back up seed option menu item presence')
|
||||
|
Loading…
x
Reference in New Issue
Block a user