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