Добавлена аннотация в get_modal_window(self, title: str) -> ModalWindowComponent:
parent
6d2165aae6
commit
cea6e0231d
|
|
@ -68,7 +68,7 @@ class UsersTab(BasePage):
|
||||||
else:
|
else:
|
||||||
assert False, "Unsupported modal window type"
|
assert False, "Unsupported modal window type"
|
||||||
|
|
||||||
def get_modal_window(self, title: str):
|
def get_modal_window(self, title: str) -> ModalWindowComponent:
|
||||||
"""Возвращает модальное окно по заголовку.
|
"""Возвращает модальное окно по заголовку.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue