From 59f7636cfb3c9dbc384cc119edad638bbfdca7ed Mon Sep 17 00:00:00 2001 From: Radislav Date: Fri, 29 Aug 2025 10:05:45 +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/components/json_container_component.md | 6 ++++++ docs/locators/button_locators.md | 6 ++++++ docs/locators/json_container_locators.md | 6 ++++++ docs/locators/text_locators.md | 6 ++++++ docs/modal_windows/modal_add_user.md | 6 ++++++ docs/modal_windows/modal_edit_user.md | 6 ++++++ docs/pages/license_tab.md | 6 ++++++ mkdocs.yml | 13 ++++++++++--- 8 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 docs/components/json_container_component.md create mode 100644 docs/locators/button_locators.md create mode 100644 docs/locators/json_container_locators.md create mode 100644 docs/locators/text_locators.md create mode 100644 docs/modal_windows/modal_add_user.md create mode 100644 docs/modal_windows/modal_edit_user.md create mode 100644 docs/pages/license_tab.md diff --git a/docs/components/json_container_component.md b/docs/components/json_container_component.md new file mode 100644 index 0000000..f5b288a --- /dev/null +++ b/docs/components/json_container_component.md @@ -0,0 +1,6 @@ +# JsonContainerComponent + +::: components.json_container_component + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/locators/button_locators.md b/docs/locators/button_locators.md new file mode 100644 index 0000000..de67287 --- /dev/null +++ b/docs/locators/button_locators.md @@ -0,0 +1,6 @@ +# ButtonLocators + +::: locators.button_locators + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/locators/json_container_locators.md b/docs/locators/json_container_locators.md new file mode 100644 index 0000000..0dd5a00 --- /dev/null +++ b/docs/locators/json_container_locators.md @@ -0,0 +1,6 @@ +# JsonContainerLocators + +::: locators.json_container_locators + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/locators/text_locators.md b/docs/locators/text_locators.md new file mode 100644 index 0000000..e7d8060 --- /dev/null +++ b/docs/locators/text_locators.md @@ -0,0 +1,6 @@ +# TextLocators + +::: locators.text_locators + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/modal_windows/modal_add_user.md b/docs/modal_windows/modal_add_user.md new file mode 100644 index 0000000..df544bf --- /dev/null +++ b/docs/modal_windows/modal_add_user.md @@ -0,0 +1,6 @@ +# AddUserModalWindow + +::: modal_windows.modal_add_user + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/modal_windows/modal_edit_user.md b/docs/modal_windows/modal_edit_user.md new file mode 100644 index 0000000..79443d4 --- /dev/null +++ b/docs/modal_windows/modal_edit_user.md @@ -0,0 +1,6 @@ +# LicenseTab + +::: modal_windows.modal_edit_user + handler: python + options: + show_source: true \ No newline at end of file diff --git a/docs/pages/license_tab.md b/docs/pages/license_tab.md new file mode 100644 index 0000000..42fa079 --- /dev/null +++ b/docs/pages/license_tab.md @@ -0,0 +1,6 @@ +# LicenseTab + +::: pages.license_tab + handler: python + options: + show_source: true \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index fe9af1e..b49c6ce 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,6 +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 - ModalWindowComponent: components/modal_window_component.md - NavigationPanelComponent: components/navbar_component.md - TableComponent: components/table_component.md @@ -38,17 +39,22 @@ nav: - TextInput: elements/text_input_element.md - ToolbarButton: elements/tooltip_button_element.md - Локаторы: + - ButtonLocators: locators/button_locators.md # dsj;fd;gk;dsf - 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 - 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 - ToolbarLocators: locators/toolbar_locators.md - #- Модальные окна: - #- AddUserModalWindow: modal_windows/modal_add_user.md - #- EditUserModalWindow: modal_windows/modal_edit_user.md + - Модальные окна: + - AddUserModalWindow: modal_windows/modal_add_user.md # dsj;fd;gk;dsf + - EditUserModalWindow: modal_windows/modal_edit_user.md # dsj;fd;gk;dsf - Страницы приложения: - BasePage: pages/base_page.md + - LicenseTab: pages/license_tab.md # dsj;fd;gk;dsf - LoginPage: pages/login_page.md - MainPage: pages/main_page.md - ServiceStatusTab: pages/service_status_tab.md @@ -61,6 +67,7 @@ nav: - TestSessionTab: tests/e2e/test_sessions_tab.md - TestUsersTab: tests/e2e/test_users_tab.md - TestServiceStatusTab: tests/e2e/test_service_status_tab.md + - TestNavigationPanel: tests/e2e/test_expand_navigation_panel.md - Компоненты: - TestJsonContainer: tests/components/test_json_container.md - TestNavigationPanel: tests/components/test_navigation_panel.md