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