PromucFlow_constructor/app/client/cypress/locators/ModalWidget.json

9 lines
344 B
JSON
Raw Normal View History

2020-04-08 13:38:19 +00:00
{
2020-05-28 06:37:47 +00:00
"selectModal": ".t--open-dropdown-Select-Modal",
"createModalButton": ".t--create-modal-btn",
"controlModalType": ".t--property-control-modaltype .bp3-popover-target",
2020-05-28 06:37:47 +00:00
"modalWidget": ".t--modal-widget",
2020-06-10 17:31:20 +00:00
"modalName": ".t--modal-widget span.t--widget-name",
2020-05-28 06:37:47 +00:00
"modelTextField": ".t--modal-widget .t--widget-textwidget"
2020-04-08 13:38:19 +00:00
}