From a3956c08fca16e91340b89a5e3794416a0874227 Mon Sep 17 00:00:00 2001 From: Radislav Date: Fri, 29 Aug 2025 12:37:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F:=20=D1=81=D1=82=D1=80=D1=83=D0=BA?= =?UTF-8?q?=D1=82=D1=83=D1=80=D0=B0=20docs=20=D0=B8=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=84=D0=B8=D0=B3=20mkdocs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/locators/input_locators.md | 6 ++++++ docs/tests/e2e/test_expand_navigation_panel.md | 6 ++++++ mkdocs.yml | 16 ++++++++-------- 3 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 docs/locators/input_locators.md create mode 100644 docs/tests/e2e/test_expand_navigation_panel.md diff --git a/docs/locators/input_locators.md b/docs/locators/input_locators.md new file mode 100644 index 0000000..0a5f06f --- /dev/null +++ b/docs/locators/input_locators.md @@ -0,0 +1,6 @@ +# InputLocators + +::: locators.input_locators + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/tests/e2e/test_expand_navigation_panel.md b/docs/tests/e2e/test_expand_navigation_panel.md new file mode 100644 index 0000000..11d84c7 --- /dev/null +++ b/docs/tests/e2e/test_expand_navigation_panel.md @@ -0,0 +1,6 @@ +# TestNavigationPanel + +::: tests.e2e.test_expand_navigation_panel + handler: python + options: + show_source: true \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b49c6ce..eea1b27 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,7 @@ nav: - BaseComponent: components/base_component.md - CardComponent: components/card_component.md - ConfirmComponent: components/confirm_component.md - - JsonContainerComponent: components/json_container_component.md # dsj;fd;gk;dsf + - JsonContainerComponent: components/json_container_component.md # добавлено - ModalWindowComponent: components/modal_window_component.md - NavigationPanelComponent: components/navbar_component.md - TableComponent: components/table_component.md @@ -39,22 +39,22 @@ nav: - TextInput: elements/text_input_element.md - ToolbarButton: elements/tooltip_button_element.md - Локаторы: - - ButtonLocators: locators/button_locators.md # dsj;fd;gk;dsf + - ButtonLocators: locators/button_locators.md # добавлено - ConfirmLocators: locators/confirm_locators.md - EventPanelLocators: locators/event_panel_locators.md - - InputLocators: locators/input_locators.md - - JsonContainerLocators: locators/json_container_locators.md # dsj;fd;gk;dsf + - InputLocators: locators/input_locators.md # добавлено + - JsonContainerLocators: locators/json_container_locators.md # добавлено - ModalWindowLocators: locators/modal_window_locators.md - NavigationPanelLocators: locators/navigation_panel_locators.md - TableLocators: locators/table_locators.md - - TextLocators: locators/text_locators.md # dsj;fd;gk;dsf + - TextLocators: locators/text_locators.md # добавлено - ToolbarLocators: locators/toolbar_locators.md - Модальные окна: - - AddUserModalWindow: modal_windows/modal_add_user.md # dsj;fd;gk;dsf - - EditUserModalWindow: modal_windows/modal_edit_user.md # dsj;fd;gk;dsf + - AddUserModalWindow: modal_windows/modal_add_user.md # добавлено + - EditUserModalWindow: modal_windows/modal_edit_user.md # добавлено - Страницы приложения: - BasePage: pages/base_page.md - - LicenseTab: pages/license_tab.md # dsj;fd;gk;dsf + - LicenseTab: pages/license_tab.md # добавлено - LoginPage: pages/login_page.md - MainPage: pages/main_page.md - ServiceStatusTab: pages/service_status_tab.md