empty commit to make TCI work
authorjulesstp <julianmcarlin@gmail.com>
Mon, 11 Aug 2014 20:13:53 +0000 (16:13 -0400)
committerjulesstp <julianmcarlin@gmail.com>
Mon, 11 Aug 2014 20:13:53 +0000 (16:13 -0400)
test/extensions/sales/sales_order_workspace.js

index ae7e752..3f1548e 100644 (file)
           assert.notEqual(startModelLength, lineItemBox.liveModels().length);
           done();
         };
+
         model.once("status:DESTROYED_CLEAN", statusChanged);
 
         // Function to keep checking for notifyPopup showing and then tap yes. 
         // This will fire right after the delete below.
         var notifyPopupInterval = setInterval(function () {
           if (!moduleContainer.$.notifyPopup.showing) { return; }
-
           clearInterval(notifyPopupInterval);
-          moduleContainer.notifyTap(null, { originator: { name: "notifyYes" }});
+          moduleContainer.notifyTap(null, {originator: {name: "notifyYes" }});
         }, 100);
         // Delete the item in the workspace
         moduleContainer.getActive().deleteItem();