PromucFlow_constructor/app/client/cypress/locators/FirstTimeUserOnboarding.json
Hetu Nandu 54f6803671
chore: App Sidebar testing (#28479)
Updates the Cypress testing suite to handle the new app sidebar as a new
way to navigation

This change will enable the sidebar feature flag by default for all tests so that all new changes keep the sidebar in mind.

fixes: #28388

---------

Co-authored-by: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com>
2023-11-15 08:01:12 +05:30

24 lines
1.1 KiB
JSON

{
"introModal": "[data-testid='signposting-modal']",
"introModalCloseBtn": "[data-testid='signposting-modal-close-btn']",
"checklistStatus": "[data-testid='checklist-completion-info']",
"checklistDatasourceBtn": "[data-testid='checklist-datasource']",
"checklistActionBtn": "[data-testid='checklist-action']",
"checklistWidgetBtn": "[data-testid='checklist-widget']",
"checklistConnectionBtn": "[data-testid='checklist-connection']",
"checklistDeployBtn": "[data-testid='checklist-deploy']",
"datasourceMock": ".t--mock-datasource",
"createQuery": ".t--create-query",
"widgetSidebar": ".t--widget-sidebar",
"snipingBanner": ".t--sniping-mode-banner",
"snipingTextWidget": ".t--snipeable-textwidget",
"widgetName": ".t--widget-name",
"datasourceBackBtn": ".t--back-button",
"dropTarget": ".t--drop-target",
"textWidgetName": ".t--widget-textwidget",
"welcomeTourBtn": ".t--start-building",
"editorWelcomeTourBtn": "[data-testid='editor-welcome-tour']",
"checklistCompletionBanner": "[data-testid='checklist-completion-banner']",
"selectWidgetBtn": ".t--select-in-canvas"
}