diff --git a/test/e2e/gui/screens/settings.py b/test/e2e/gui/screens/settings.py index ba50e12e0f..bfbe3f9ce7 100644 --- a/test/e2e/gui/screens/settings.py +++ b/test/e2e/gui/screens/settings.py @@ -32,7 +32,7 @@ class LeftPanel(QObject): self._settings_section_template = QObject('scrollView_MenuItem_StatusNavigationListItem') def _open_settings(self, index: int): - self._settings_section_template.real_name['objectName'] = RegularExpression(f'{index}*') + self._settings_section_template.real_name['objectName'] = RegularExpression(f'{index}-.*') self._settings_section_template.click() @allure.step('Open messaging settings')