@contentful/field-editor-reference 5.1.4 → 5.1.5

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.
@@ -679,7 +679,8 @@ var squareCard = /*#__PURE__*/css({
679
679
 
680
680
  function MissingEntityCard(props) {
681
681
  return React__default.createElement(Card, {
682
- className: card
682
+ className: card,
683
+ testId: "cf-ui-missing-entry-card"
683
684
  }, React__default.createElement(Flex, {
684
685
  alignItems: "center",
685
686
  justifyContent: "space-between"