@bigbinary/neeto-rules-frontend 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -329,6 +329,7 @@ var ActionsDetail = function ActionsDetail(_ref) {
329
329
  children: [allActions.map(function (action, index) {
330
330
  return /*#__PURE__*/jsxs("div", {
331
331
  className: "mb-2 flex flex-wrap gap-x-1 gap-y-2",
332
+ "data-cy": "then-action-events",
332
333
  children: [/*#__PURE__*/jsx$1(Typography, {
333
334
  className: "neeto-ui-text-gray-700",
334
335
  style: "h5",
@@ -530,6 +531,7 @@ var EventsDetail = function EventsDetail(_ref) {
530
531
  title: t("neetoRules.common.when"),
531
532
  children: [/*#__PURE__*/jsxs("div", {
532
533
  className: "flex flex-wrap gap-x-2 gap-y-2",
534
+ "data-cy": "when-condition-events",
533
535
  children: [allEvents.map(function (event, index) {
534
536
  return /*#__PURE__*/jsxs("div", {
535
537
  className: "flex gap-x-2",