it("should convert clearOther", () => {
      action.actionType = "clearOther";
      convertAction(action, newProperties);
      expect(newProperties.actions).toHaveLength(1);
      expect(newProperties.actions[0].actionType).toEqual("clearAllButThis");