@finos/legend-studio
Version:
47 lines • 2.23 kB
TypeScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export declare enum LEGEND_STUDIO_TEST_ID {
PANEL = "panel",
PANEL_CONTENT_LIST = "panel__content__list",
PANEL_CONTENT_FORM_SECTION_LIST_ITEMS = "panel__content__form__section__list__items",
MAIN_EDITOR = "main-editor",
ACTIVITY_BAR_ITEM_ICON_INDICATOR = "activity-bar__item__icon__indicator",
SIDEBAR_PANEL_HEADER__CHANGES_COUNT = "side-bar__panel__header__changes-count",
ELEMENT_EXPLORER = "element-explorer",
EXPLORER_TREES = "explorer-trees",
EXPLORER_CONTEXT_MENU = "explorer__context-menu",
GLOBAL_TEST_RUNNER = "global-test-runner",
STATUS_BAR = "status-bar",
EDITOR__STATUS_BAR__RIGHT = "editor__status-bar__right",
EDIT_PANEL = "edit-panel",
EDIT_PANEL_CONTENT = "edit-panel__content",
EDIT_PANEL__HEADER_TABS = "edit-panel__header-tabs",
EDIT_PANEL__ELEMENT_VIEW__OPTIONS = "edit-panel__view-mode__options",
EDITOR__TABS__HEADER = "editor__tabs__header",
CLASS_FORM_EDITOR = "class-form-editor",
ENUMERATION_EDITOR = "enumeration-editor",
ASSOCIATION_EDITOR = "association-editor",
UML_ELEMENT_EDITOR__TABS_HEADER = "uml-element-editor__tabs__header",
PROPERTY_BASIC_EDITOR__TYPE__LABEL_HOVER = "property-basic-editor__type__label--hover",
NEW_ELEMENT_MODAL = "new-element-modal",
SERVICE_REGISTRATION_EDITOR = "service_registration_editor",
MAPPING_EXPLORER = "mapping-explorer",
SOURCE_PANEL = "source-panel",
TYPE_VISIT = "type-visit",
PROJECT_OVERVIEW__ACTIVITY_BAR = "project-overview__activity-bar",
SETUP__CONTENT = "setup__content"
}
//# sourceMappingURL=LegendStudioTestID.d.ts.map