package.cjs.cypress-utils.constants.selectors.navigation.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neeto-commons-frontend Show documentation
Show all versions of neeto-commons-frontend Show documentation
A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.helpIconSelectors = exports.chatWidgetSelectors = void 0;
var _common = require("../../utils/common");
var helpIconSelectors = exports.helpIconSelectors = {
helpButton: (0, _common.dataCy)("help-button"),
documentationButton: (0, _common.dataCy)("help-link-help-center-button"),
keyboardShortcutButton: (0, _common.dataCy)("help-link-keyboard-shortcut-button"),
chatButton: (0, _common.dataCy)("help-link-live-chat-button"),
whatsNewButton: (0, _common.dataCy)("help-link-changelog-button"),
whatsNewWidgetInfo: "h1",
whatsNewWidgetCloseButton: ".nc-widget-header__btn",
keyboardShortcutPaneHeading: (0, _common.dataCy)("keyboard-shortcuts-pane-title"),
keyboardShortcutPaneCrossIcon: (0, _common.dataCy)("keyboard-shortcuts-pane-close-button")
};
var chatWidgetSelectors = exports.chatWidgetSelectors = {
chatWidgetHomeCard: (0, _common.dataCy)("neeto-chat-widget-cta-title"),
widgetSubmitButton: (0, _common.dataCy)("neeto-chat-widget-pre-chat-submit-btn"),
chatBubbleMessage: (0, _common.dataCy)("neeto-chat-widget-chat-message-bubble"),
chatCloseButton: ".neeto-chat-widget-icon--close",
widgetIframe: "#neetochat-iframe"
};
//# sourceMappingURL=navigation.js.map